summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>2009-03-16 13:06:46 +0000
committertron <tron>2009-03-16 13:06:46 +0000
commitd0275495705920a9e374f32c3b61f7634876d2e6 (patch)
treeac0c7a35169d9b49f262c05eed8771d2cd6f12d8 /sysutils
parent6b08ed10370ed8f53d4d925b4687c728f486837a (diff)
downloadpkgsrc-d0275495705920a9e374f32c3b61f7634876d2e6.tar.gz
Fix build problem under Mac OS X.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libgamin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/libgamin/Makefile b/sysutils/libgamin/Makefile
index 96cb07ca7ce..b7ae34c04a6 100644
--- a/sysutils/libgamin/Makefile
+++ b/sysutils/libgamin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/03/15 21:29:14 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/16 13:06:46 tron Exp $
.include "../../sysutils/gamin/Makefile.common"
PKGNAME= ${DISTNAME:S/^gamin/lib&/}
@@ -11,4 +11,10 @@ post-install:
${INSTALL_DATA} $$file ${DESTDIR}${DOCDIR}/$$file; \
done
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Darwin"
+BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./gamin_sym.version
+.endif
+
.include "../../mk/bsd.pkg.mk"