1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add -Wl,--export-dynamic to gweled's LDADD so that libglade can find

its callbacks.
This commit is contained in:
Joe Marcus Clarke 2006-06-09 20:15:13 +00:00
parent 8153046cc1
commit d5749566a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164933
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gweled
PORTVERSION= 0.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games gnome
MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/

View File

@ -0,0 +1,11 @@
--- src/Makefile.in.orig Fri Jun 9 16:10:56 2006
+++ src/Makefile.in Fri Jun 9 16:11:08 2006
@@ -178,7 +178,7 @@ Data_DATA = \
gweled_icon.png \
gweled_logo.png
-gweled_LDADD = @PACKAGE_LIBS@
+gweled_LDADD = @PACKAGE_LIBS@ -Wl,--export-dynamic
all: all-am
.SUFFIXES: