diff options
author | bsiegert <bsiegert> | 2014-11-22 20:49:59 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2014-11-22 20:49:59 +0000 |
commit | 2cc154e2c1407570e57d89a531442e2e543361cb (patch) | |
tree | 2d479d7bc48b15bf26fb8406f60ca3d80edb422e | |
parent | 820726728daec01e8febc54916b99c8271a9a1e6 (diff) | |
download | pkgsrc-2cc154e2c1407570e57d89a531442e2e543361cb.tar.gz |
Use EXPORT_SYMBOLS_LDFLAGS as suggested by joerg in PR pkg/37855.
-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 |