pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xfconf Disable visibility on Darwin, fixes build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/05cd9bfdda29
branches: trunk
changeset: 627927:05cd9bfdda29
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Sat Dec 21 10:51:52 2013 +0000
description:
Disable visibility on Darwin, fixes build.
diffstat:
devel/xfconf/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 650a23896643 -r 05cd9bfdda29 devel/xfconf/Makefile
--- a/devel/xfconf/Makefile Sat Dec 21 10:42:29 2013 +0000
+++ b/devel/xfconf/Makefile Sat Dec 21 10:51:52 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index