pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/vte3
Module Name: pkgsrc
Committed By: youri
Date: Sat Jun 2 22:29:11 UTC 2018
Modified Files:
pkgsrc/x11/vte3: Makefile
Log Message:
Fix for macos.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/vte3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/vte3/Makefile
diff -u pkgsrc/x11/vte3/Makefile:1.12 pkgsrc/x11/vte3/Makefile:1.13
--- pkgsrc/x11/vte3/Makefile:1.12 Wed May 23 06:10:48 2018
+++ pkgsrc/x11/vte3/Makefile Sat Jun 2 22:29:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/05/23 06:10:48 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/02 22:29:11 youri Exp $
DISTNAME= vte-0.50.3
PKGNAME= ${DISTNAME:S/vte/vte3/}
@@ -20,7 +20,7 @@ USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
CONFIGURE_ARGS+= --disable-Bsymbolic
.else
CONFIGURE_ARGS+= --enable-Bsymbolic=auto
Home |
Main Index |
Thread Index |
Old Index