1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/games/xqf/files/patch-src-Makefile.in
Maxime Henrion ac61165162 Apply a patch found on the sourceforce project page for XQF, that fixes
loading the pixmaps bundled in the binary with recent GCC versions.  XQF
would just crash at startup without this fix.

Reviewed by:	pav
2006-04-13 14:11:34 +00:00

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 \