diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 00:16:13 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 00:16:13 +0000 |
commit | 64feb6b6f495961242de91694fdb6702b94f28ab (patch) | |
tree | 7777d191e7a63c2f452a6857e6cd576a83dbedc0 /graphics | |
parent | 07b31e2b9b9cb55da32f8d0bfc06000f70b99921 (diff) | |
download | pkgsrc-64feb6b6f495961242de91694fdb6702b94f28ab.tar.gz |
graphics/glx-utils: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glx-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index 596c8a01481..1d84aabf20b 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2008/08/23 02:31:50 dsainty Exp $ +# $NetBSD: Makefile,v 1.9 2011/12/14 00:16:13 marino Exp $ DISTNAME= MesaDemos-${MESA_VERSION} PKGNAME= glx-utils-${MESA_VERSION} @@ -12,6 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MESA_PATCHFILES= # don't track Mesa patchlevels INSTALLATION_DIRS= bin +LDFLAGS+= -lX11 # ld 2.22 wants each library explicitly .include "../../graphics/glu/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" |