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:
parent
afbcd38fd5
commit
6815a22976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360792
9
graphics/comical/files/patch-Makefile
Normal file
9
graphics/comical/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user