summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2014-11-22 20:49:59 +0000
committerbsiegert <bsiegert@pkgsrc.org>2014-11-22 20:49:59 +0000
commit807d3fc32203863f306d42abe7da848221f0088f (patch)
tree2d479d7bc48b15bf26fb8406f60ca3d80edb422e /comms
parent18355c38f0e312da0daf5e3b6251368e60aea0c9 (diff)
downloadpkgsrc-807d3fc32203863f306d42abe7da848221f0088f.tar.gz
Use EXPORT_SYMBOLS_LDFLAGS as suggested by joerg in PR pkg/37855.
Diffstat (limited to 'comms')
-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