From 2ce2c6d89d8916dca7b74822a0c7b1cc811cdd06 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 13 Dec 2011 20:07:05 +0000 Subject: graphics/frameworks: explicitly list all linked libraries Required for default linking behavior of binutils 2.22 ld --- graphics/frameworks/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/frameworks/Makefile') 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 -- cgit v1.2.3