Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 21:30:54 +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: r342863 - head/graphics/gimp-focusblur-plugin
Message-ID:  <201402052130.s15LUsjp054835@svn.freebsd.org>

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



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