diff options
author | marino <marino@pkgsrc.org> | 2011-12-13 20:07:05 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-13 20:07:05 +0000 |
commit | 2ce2c6d89d8916dca7b74822a0c7b1cc811cdd06 (patch) | |
tree | abae136fd116f467760838f036a96fd881c9749e /graphics | |
parent | 29e928925154e004d712ec135c2de387c4575382 (diff) | |
download | pkgsrc-2ce2c6d89d8916dca7b74822a0c7b1cc811cdd06.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 |