summaryrefslogtreecommitdiff
path: root/comms/jpilot
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2014-11-22 20:49:59 +0000
committerbsiegert <bsiegert>2014-11-22 20:49:59 +0000
commit6a5829570d7f368a0f28407c4eaf5d8caf57e2df (patch)
tree2d479d7bc48b15bf26fb8406f60ca3d80edb422e /comms/jpilot
parentcac62a13b9584c7b6022781e72d5915b97947b11 (diff)
downloadpkgsrc-6a5829570d7f368a0f28407c4eaf5d8caf57e2df.tar.gz
Use EXPORT_SYMBOLS_LDFLAGS as suggested by joerg in PR pkg/37855.
Diffstat (limited to 'comms/jpilot')
-rw-r--r--comms/jpilot/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile
index b67dc80294c..aad711b2443 100644
--- a/comms/jpilot/Makefile
+++ b/comms/jpilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2014/05/05 00:47:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.99 2014/11/22 20:49:59 bsiegert Exp $
#
DISTNAME= jpilot-1.8.1
@@ -23,10 +23,7 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk2}"
CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}"
BUILDLINK_ABI_DEPENDS.pilot-link-libs+= pilot-link-libs>=0.12.5
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "SunOS"
-LDFLAGS+= -export-dynamic
-.endif
+LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
DOCDIR= ${PREFIX}/share/doc/jpilot
INCDIR= ${PREFIX}/include/jpilot