svn commit: r342863 - head/graphics/gimp-focusblur-plugin

John Marino marino at FreeBSD.org
Wed Feb 5 21:30:55 UTC 2014


Author: marino
Date: Wed Feb  5 21:30:54 2014
New Revision: 342863
URL: http://svnweb.freebsd.org/changeset/ports/342863
QAT: https://qat.redports.org/buildarchive/r342863/

Log:
  graphics/gimp-focusblur-plugin: Explicitly link libm (taken from dports)

Modified:
  head/graphics/gimp-focusblur-plugin/Makefile

Modified: head/graphics/gimp-focusblur-plugin/Makefile
==============================================================================
--- head/graphics/gimp-focusblur-plugin/Makefile	Wed Feb  5 21:30:03 2014	(r342862)
+++ head/graphics/gimp-focusblur-plugin/Makefile	Wed Feb  5 21:30:54 2014	(r342863)
@@ -27,7 +27,7 @@ PLUGIN_DIR?=	libexec/gimp/2.2/plug-ins
 PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-lm -L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list