mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
ac61165162
loading the pixmaps bundled in the binary with recent GCC versions. XQF would just crash at startup without this fix. Reviewed by: pav
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
--- src/Makefile.in.orig Thu Apr 13 15:51:27 2006
|
|
+++ src/Makefile.in Thu Apr 13 15:51:37 2006
|
|
@@ -313,7 +313,7 @@
|
|
$(GDK_PIXBUF_LIBS) \
|
|
-lz
|
|
|
|
-xqf_LDFLAGS = -Wl,-rpath,$(pkglibdir)
|
|
+xqf_LDFLAGS = -Wl,-rpath,$(pkglibdir) -Wl,--export-dynamic -Wl,--version-script=$(top_srcdir)/src/xqf.map
|
|
|
|
# we need to specify all deps manually due to dummy libs
|
|
xqf_DEPENDENCIES = $(top_builddir)/src/zip/libunzip.a \
|