pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/dbus
Module Name: pkgsrc
Committed By: nros
Date: Thu Jan 27 09:02:58 UTC 2022
Modified Files:
pkgsrc/sysutils/dbus: Makefile
Log Message:
Use the right variable to check for MKPIE
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/sysutils/dbus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/dbus/Makefile
diff -u pkgsrc/sysutils/dbus/Makefile:1.127 pkgsrc/sysutils/dbus/Makefile:1.128
--- pkgsrc/sysutils/dbus/Makefile:1.127 Thu Jan 20 16:38:21 2022
+++ pkgsrc/sysutils/dbus/Makefile Thu Jan 27 09:02:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2022/01/20 16:38:21 nros Exp $
+# $NetBSD: Makefile,v 1.128 2022/01/27 09:02:58 nros Exp $
DISTNAME= dbus-1.12.20
PKGREVISION= 2
@@ -92,7 +92,7 @@ FILES_SUBST+= DBUS_USER=${DBUS_USER}
FILES_SUBST+= DBUS_GROUP=${DBUS_GROUP}
BUILDLINK_TRANSFORM+= rm:-Wl,--gc-sections
-.if !empty(PKGSRC_MKPIE:M[Nn][Oo])
+.if !empty(_PKGSRC_MKPIE:M[Nn][Oo])
# Package tries to use these if gcc accepts them, but that doesn't
# mean that we universally can *run* the executables
BUILDLINK_TRANSFORM+= rm:-fPIE
Home |
Main Index |
Thread Index |
Old Index