From 85975e09afb3d9f68414acd1899bbd1ec5caedeb Mon Sep 17 00:00:00 2001 From: jperkin Date: Sat, 21 Dec 2013 10:51:52 +0000 Subject: Disable visibility on Darwin, fixes build. --- devel/xfconf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/xfconf/Makefile b/devel/xfconf/Makefile index a778c410fa3..3ee233aefea 100644 --- a/devel/xfconf/Makefile +++ b/devel/xfconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/10/10 14:42:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2013/12/21 10:51:52 jperkin Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -16,6 +16,12 @@ CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS} MAKE_DIRS+= ${PREFIX}/include/xfce4 +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Darwin" +CONFIGURE_ARGS+= --disable-visibility +.endif + BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0.0 BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.72 -- cgit v1.2.3