diff options
author | youri <youri@pkgsrc.org> | 2018-06-02 22:29:11 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2018-06-02 22:29:11 +0000 |
commit | ad20dd912defb8825ff23be9313c94b98c10d1dd (patch) | |
tree | 55e63a060c66eadbbc6c4ec1da04ee68991b2667 /x11/vte3 | |
parent | ab9dfbb6ccacfd5b0f9c99fb5bdb07a1b264fc89 (diff) | |
download | pkgsrc-ad20dd912defb8825ff23be9313c94b98c10d1dd.tar.gz |
Fix for macos.
Diffstat (limited to 'x11/vte3')
-rw-r--r-- | x11/vte3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/vte3/Makefile b/x11/vte3/Makefile index 7f1f71bade8..1c92a26951a 100644 --- a/x11/vte3/Makefile +++ b/x11/vte3/Makefile @@ -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 |