summaryrefslogtreecommitdiff
path: root/graphics/gimp-fix-ca
diff options
context:
space:
mode:
authormarino <marino>2011-12-13 20:09:27 +0000
committermarino <marino>2011-12-13 20:09:27 +0000
commit338f583ce32c6f4ada0718fd91c2cddae9f6c7be (patch)
treeed3b6a7018831a355841f24305553d5aad93e014 /graphics/gimp-fix-ca
parent809ceff41ed839404037c0d2b040c92751033eec (diff)
downloadpkgsrc-338f583ce32c6f4ada0718fd91c2cddae9f6c7be.tar.gz
graphics/gimp-fix-ca: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld It's kind of ugly to tag it on to the LINK_PTHREAD variable, but renaming that variable could satisfy the pedants.
Diffstat (limited to 'graphics/gimp-fix-ca')
-rw-r--r--graphics/gimp-fix-ca/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-fix-ca/Makefile b/graphics/gimp-fix-ca/Makefile
index d71eeabbd89..4f755e293a9 100644
--- a/graphics/gimp-fix-ca/Makefile
+++ b/graphics/gimp-fix-ca/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/11/01 06:01:34 sbd Exp $
+# $NetBSD: Makefile,v 1.21 2011/12/13 20:09:27 marino Exp $
#
DISTNAME= gimp-fix-ca-3.0.1
@@ -21,6 +21,7 @@ INSTALLATION_DIRS= lib/gimp/2.0/plug-ins
USE_TOOLS+= pkg-config
LINK_PTHREAD= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
+LINK_PTHREAD+= -lm # Tag on, explicit for binutils 2.22 linker
pre-build:
ln -sf ${LOCALBASE}/bin/gimptool-2.0 \