From a070fb3ef264550e7f9265b2bcd2a7ac6e7490d9 Mon Sep 17 00:00:00 2001 From: bouyer Date: Thu, 24 Aug 2017 13:01:32 +0000 Subject: 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 --- geography/opencpn-plugin-draw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geography/opencpn-plugin-draw/Makefile') 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 -- cgit v1.2.3