diff options
author | bouyer <bouyer@pkgsrc.org> | 2017-08-24 13:01:32 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2017-08-24 13:01:32 +0000 |
commit | a070fb3ef264550e7f9265b2bcd2a7ac6e7490d9 (patch) | |
tree | fc134e4e3653bfd996ec930c47fff7d4748c1b6e /geography/opencpn-plugin-draw/Makefile | |
parent | 5c70870df9cd2a2a6cb92f23f6c49f3525e26ec1 (diff) | |
download | pkgsrc-a070fb3ef264550e7f9265b2bcd2a7ac6e7490d9.tar.gz |
We need -Wl,-Bsymbolic in the linker flags for NetBSD too, not only linux.
The reason is that a plugin may include its private version of some
code that opencpn also has in its source. Without -Bsymbolic the plugin
may use the objects from opencpn instead of its version, and which do
not match the includes it was compiled with, and bad things happens.
bump PKGREVISIONs
Diffstat (limited to 'geography/opencpn-plugin-draw/Makefile')
-rw-r--r-- | geography/opencpn-plugin-draw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/opencpn-plugin-draw/Makefile b/geography/opencpn-plugin-draw/Makefile index e5c0c805b6e..7299f867a4f 100644 --- a/geography/opencpn-plugin-draw/Makefile +++ b/geography/opencpn-plugin-draw/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2017/07/07 13:03:33 bouyer Exp $ +# $NetBSD: Makefile,v 1.12 2017/08/24 13:01:32 bouyer Exp $ # VERSION= 1.4 -#PKGREVISION= 2 +PKGREVISION= 1 DISTNAME= ocpn_draw_pi-${VERSION} PKGNAME= opencpn-plugin-draw-${VERSION} CATEGORIES= geography |