pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use sanitized _USE_CWRAPPERS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84b839d26b5e
branches:  trunk
changeset: 353490:84b839d26b5e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 07 13:22:10 2016 +0000

description:
Use sanitized _USE_CWRAPPERS.

diffstat:

 sysutils/cdrtools/hacks.mk |  4 ++--
 x11/qt5-qtwebkit/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 427e477bb962 -r 84b839d26b5e sysutils/cdrtools/hacks.mk
--- a/sysutils/cdrtools/hacks.mk        Fri Oct 07 08:26:14 2016 +0000
+++ b/sysutils/cdrtools/hacks.mk        Fri Oct 07 13:22:10 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: hacks.mk,v 1.4 2016/07/21 19:38:31 tron Exp $
+# $NetBSD: hacks.mk,v 1.5 2016/10/07 13:22:10 joerg Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Darwin" && defined(ABI) && ${ABI} == "64" && \
-    ${USE_CWRAPPERS:tl} != "no"
+    ${_USE_CWRAPPERS} == "yes"
 #
 # PR pkg/51257: "sysutils/cdrtools" fails to build under Mac OS X 64bit
 #               when cwrappers are used
diff -r 427e477bb962 -r 84b839d26b5e x11/qt5-qtwebkit/Makefile
--- a/x11/qt5-qtwebkit/Makefile Fri Oct 07 08:26:14 2016 +0000
+++ b/x11/qt5-qtwebkit/Makefile Fri Oct 07 13:22:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2016/08/04 17:03:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.36 2016/10/07 13:22:10 joerg Exp $
 
 DISTNAME=      qtwebkit-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtwebkit-${QTVERSION}
@@ -16,7 +16,7 @@
 
 .include "../../x11/qt5-qtbase/Makefile.common"
 
-.if ${USE_CWRAPPERS:Uno} == "yes"
+.if ${_USE_CWRAPPERS} == "yes"
 BUILDLINK_TRANSFORM+=  R:${WRKSRC}/lib:${QTDIR}/lib
 .else
 BUILDLINK_TRANSFORM+=  rpath:${WRKSRC}/lib:${QTDIR}/lib



Home | Main Index | Thread Index | Old Index