diff options
author | marino <marino@pkgsrc.org> | 2011-12-13 20:09:27 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-13 20:09:27 +0000 |
commit | d7ff41a5828a915df81060362183ea53a9dfc064 (patch) | |
tree | ed3b6a7018831a355841f24305553d5aad93e014 /graphics | |
parent | 2ce2c6d89d8916dca7b74822a0c7b1cc811cdd06 (diff) | |
download | pkgsrc-d7ff41a5828a915df81060362183ea53a9dfc064.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')
-rw-r--r-- | graphics/gimp-fix-ca/Makefile | 3 |
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 \ |