diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 00:19:15 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 00:19:15 +0000 |
commit | f46860b5b6742511a56454b10bde64ab8f8ebb75 (patch) | |
tree | 55f17f5895ff8a17378228d1bec62b56282bf54c /graphics | |
parent | 2a3f36d823b9c78daaee65cbe0e9b0fc931d63a7 (diff) | |
download | pkgsrc-f46860b5b6742511a56454b10bde64ab8f8ebb75.tar.gz |
graphics/gqview-devel: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 43497555f13..aa9dcb0dbb2 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2011/11/01 06:01:35 sbd Exp $ +# $NetBSD: Makefile,v 1.42 2011/12/14 00:19:15 marino Exp $ DISTNAME= gqview-2.1.5 PKGREVISION= 9 @@ -17,6 +17,7 @@ USE_PKGLOCALEDIR= yes MAKE_ENV+= builddir=. +LDFLAGS+= -lm LDFLAGS.SunOS+= -lm -lsocket -lnsl .include "../../devel/gettext-lib/buildlink3.mk" |