Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 18:33:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360792 - head/graphics/comical/files
Message-ID:  <201407051833.s65IXwHd098554@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051833.s65IXwHd098554>