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