svn commit: r342855 - head/graphics/rgbpaint/files
John Marino
marino at FreeBSD.org
Wed Feb 5 21:12:22 UTC 2014
Author: marino
Date: Wed Feb 5 21:12:21 2014
New Revision: 342855
URL: http://svnweb.freebsd.org/changeset/ports/342855
QAT: https://qat.redports.org/buildarchive/r342855/
Log:
graphics/rgbpaint: explicitly link libm and libintl (taken from dports)
Added:
head/graphics/rgbpaint/files/
head/graphics/rgbpaint/files/patch-src_Makefile (contents, props changed)
Added: head/graphics/rgbpaint/files/patch-src_Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/rgbpaint/files/patch-src_Makefile Wed Feb 5 21:12:21 2014 (r342855)
@@ -0,0 +1,11 @@
+--- src/Makefile.orig 2007-01-12 14:22:19.000000000 +0000
++++ src/Makefile
+@@ -1,7 +1,7 @@
+ include ../_conf.txt
+
+ CFLAGS = $(CFLAG)
+-LDFLAGS = $(LDFLAG) $(GLIB_LIB)
++LDFLAGS = $(LDFLAG) $(GLIB_LIB) -lm -lintl
+
+ BIN = rgbpaint
+
More information about the svn-ports-all
mailing list