diff options
author | marino <marino> | 2011-12-13 20:07:05 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-13 20:07:05 +0000 |
commit | 809ceff41ed839404037c0d2b040c92751033eec (patch) | |
tree | abae136fd116f467760838f036a96fd881c9749e /graphics | |
parent | 6f94eb652142ffb5abc984a5cd507ee3914884de (diff) | |
download | pkgsrc-809ceff41ed839404037c0d2b040c92751033eec.tar.gz |
graphics/frameworks: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/frameworks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/frameworks/Makefile b/graphics/frameworks/Makefile index c1ef9d9ae48..4eb72fca888 100644 --- a/graphics/frameworks/Makefile +++ b/graphics/frameworks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/11/01 06:01:32 sbd Exp $ +# $NetBSD: Makefile,v 1.12 2011/12/13 20:07:05 marino Exp $ # DISTNAME= frameworks-0.3.7 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_TOOLS+= pkg-config gmake autoconf +LDFLAGS+= -lm # Explicit for binutils 2.22 linker SUBST_CLASSES= xdg SUBST_STAGE.xdg= pre-configure |