pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt4-libs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 20 19:19:58 UTC 2017

Modified Files:
        pkgsrc/x11/qt4-libs: Makefile.common

Log Message:
Fix building on newer macOS


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/x11/qt4-libs/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt4-libs/Makefile.common
diff -u pkgsrc/x11/qt4-libs/Makefile.common:1.45 pkgsrc/x11/qt4-libs/Makefile.common:1.46
--- pkgsrc/x11/qt4-libs/Makefile.common:1.45    Wed May 24 14:29:50 2017
+++ pkgsrc/x11/qt4-libs/Makefile.common Wed Sep 20 19:19:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2017/05/24 14:29:50 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.46 2017/09/20 19:19:58 adam Exp $
 # used by x11/qt4-docs/Makefile
 # used by x11/qt4-libs/Makefile
 # used by x11/qt4-mng/Makefile
@@ -51,6 +51,7 @@ MAKE_ENV+=            QTPREFIX=${QTPREFIX:Q}
 MAKE_ENV+=             QTDIR=${WRKSRC}
 PLIST_VARS+=           mac unix
 .if ${OPSYS} == "Darwin"
+CFLAGS+=               -D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=1
 PLIST.mac=             yes
 QMAKE_CONF=            qmake.conf.mac
 QMAKE_RANLIB=          ${RANLIB}



Home | Main Index | Thread Index | Old Index