pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/vte3 Fix for macos.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e59c43436936
branches: trunk
changeset: 381280:e59c43436936
user: youri <youri%pkgsrc.org@localhost>
date: Sat Jun 02 22:29:11 2018 +0000
description:
Fix for macos.
diffstat:
x11/vte3/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c4afbe0dbe10 -r e59c43436936 x11/vte3/Makefile
--- a/x11/vte3/Makefile Sat Jun 02 21:00:03 2018 +0000
+++ b/x11/vte3/Makefile Sat Jun 02 22:29:11 2018 +0000
@@ -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 @@
.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