diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2014-11-22 20:49:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2014-11-22 20:49:59 +0000 |
commit | 88780264eba6a6489512d279899e390b13b0ce50 (patch) | |
tree | 2d479d7bc48b15bf26fb8406f60ca3d80edb422e /comms | |
parent | 1d7fd2d3d43b6d03c19510a3bce7d9373dcbcf6b (diff) | |
download | pkgsrc-88780264eba6a6489512d279899e390b13b0ce50.tar.gz |
Use EXPORT_SYMBOLS_LDFLAGS as suggested by joerg in PR pkg/37855.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 7 |
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 |