1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

graphics/comical: explicit linking with -lz

This commit is contained in:
John Marino 2014-07-05 18:33:57 +00:00
parent afbcd38fd5
commit 6815a22976
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360792

View File

@ -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