Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 21:12:21 +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: r342855 - head/graphics/rgbpaint/files
Message-ID:  <201402052112.s15LCLBw047388@svn.freebsd.org>

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



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