diff options
author | marino <marino@FreeBSD.org> | 2014-07-06 02:33:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-06 02:33:57 +0800 |
commit | 7cd4b364b06b5c64eba0402b52932174685599e7 (patch) | |
tree | fb9f7eff19d1805e3ee87d07063be3b261ab39cb /graphics | |
parent | 72e7640a6c76b8922fbce4857e81bdecce9fadc5 (diff) | |
download | freebsd-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-Makefile | 9 |
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 |