aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-06 02:33:57 +0800
committermarino <marino@FreeBSD.org>2014-07-06 02:33:57 +0800
commit7cd4b364b06b5c64eba0402b52932174685599e7 (patch)
treefb9f7eff19d1805e3ee87d07063be3b261ab39cb /graphics
parent72e7640a6c76b8922fbce4857e81bdecce9fadc5 (diff)
downloadfreebsd-ports-gnome-7cd4b364b06b5c64eba0402b52932174685599e7.tar.gz
freebsd-ports-gnome-7cd4b364b06b5c64eba0402b52932174685599e7.tar.zst
freebsd-ports-gnome-7cd4b364b06b5c64eba0402b52932174685599e7.zip
graphics/comical: explicit linking with -lz
Diffstat (limited to 'graphics')
-rw-r--r--graphics/comical/files/patch-Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/comical/files/patch-Makefile b/graphics/comical/files/patch-Makefile
new file mode 100644
index 000000000000..6ef6596c82c4
--- /dev/null
+++ b/graphics/comical/files/patch-Makefile
@@ -0,0 +1,9 @@
+--- Makefile.orig 2006-03-05 03:27:10.000000000 +0000
++++ Makefile
+@@ -1,5 +1,5 @@
+ CC = `wx-config --cxx`
+-LDFLAGS = `wx-config --libs` -Lunrar -lunrar -Lunzip -lminiunzip
++LDFLAGS = `wx-config --libs` -Lunrar -lunrar -Lunzip -lminiunzip -lz
+ INSTALL = install
+ INSTALL_PROGRAM = $(INSTALL)
+ prefix = /usr/local