diff options
author | marino <marino> | 2011-12-14 00:16:13 +0000 |
---|---|---|
committer | marino <marino> | 2011-12-14 00:16:13 +0000 |
commit | 2de2c79a7d39869d6b2ab8005390633a9f0103f2 (patch) | |
tree | 7777d191e7a63c2f452a6857e6cd576a83dbedc0 /graphics/glx-utils | |
parent | 245a85c414dc2c50263c82d5e748b5cfa63845e6 (diff) | |
download | pkgsrc-2de2c79a7d39869d6b2ab8005390633a9f0103f2.tar.gz |
graphics/glx-utils: explicitly list all linked libraries
Required for default linking behavior of binutils 2.22 ld
Diffstat (limited to 'graphics/glx-utils')
-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" |