svn commit: r360792 - head/graphics/comical/files

John Marino marino at FreeBSD.org
Sat Jul 5 18:33:58 UTC 2014


Author: marino
Date: Sat Jul  5 18:33:57 2014
New Revision: 360792
URL: http://svnweb.freebsd.org/changeset/ports/360792
QAT: https://qat.redports.org/buildarchive/r360792/

Log:
  graphics/comical: explicit linking with -lz

Added:
  head/graphics/comical/files/
  head/graphics/comical/files/patch-Makefile   (contents, props changed)

Added: head/graphics/comical/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/comical/files/patch-Makefile	Sat Jul  5 18:33:57 2014	(r360792)
@@ -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


More information about the svn-ports-all mailing list