pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

krita: remove visibility hack



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Wed Mar 28 01:18:06 2018 +0300
Changeset:	f39a62947c36aee77d80b6fd7c9bccf300839a8f

Modified Files:
	krita/Makefile

Log Message:
krita: remove visibility hack

we have multiple plugins, so having it visible is probably
wrong, and we crash earlier than before.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f39a62947c36aee77d80b6fd7c9bccf300839a8f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 krita/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/krita/Makefile b/krita/Makefile
index 894e1dc869..ae11327de3 100644
--- a/krita/Makefile
+++ b/krita/Makefile
@@ -28,7 +28,6 @@ DEPENDS+=	kitemmodels-[0-9]*:../../devel/kitemmodels
 BUILDLINK_TRANSFORM.NetBSD+=	rm:-Wl,--fatal-warnings
 
 BUILDLINK_TRANSFORM+=		rm:-Werror=implicit-function-declaration
-BUILDLINK_TRANSFORM+=		rm:-fvisibility=hidden
 
 .include "../../graphics/exiv2/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"


Home | Main Index | Thread Index | Old Index