pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dbus Use the right variable to check for MKPIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa8d9e6db664
branches:  trunk
changeset: 372558:aa8d9e6db664
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Jan 27 09:02:58 2022 +0000

description:
Use the right variable to check for MKPIE

diffstat:

 sysutils/dbus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 023de0c6913c -r aa8d9e6db664 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile    Thu Jan 27 08:44:11 2022 +0000
+++ b/sysutils/dbus/Makefile    Thu Jan 27 09:02:58 2022 +0000
@@ -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_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