diff options
-rw-r--r-- | graphics/gimp2-wideangle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp2-wideangle/Makefile b/graphics/gimp2-wideangle/Makefile index 3e16dc396ef..a818c212c16 100644 --- a/graphics/gimp2-wideangle/Makefile +++ b/graphics/gimp2-wideangle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2011/11/01 06:01:34 sbd Exp $ +# $NetBSD: Makefile,v 1.33 2011/12/14 00:15:24 marino Exp $ # DISTNAME= wideangle @@ -20,6 +20,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} LINK_PTHREAD= ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS} +LINK_PTHREAD+= -lm # Tack on, explicit for binutils 2.22 linker do-build: (cd ${WRKSRC} && LIBS=${LINK_PTHREAD:Q} gimptool-2.0 --build wideangle.c) |