pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glx-utils graphics/glx-utils: explicitly list...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11361aefda06
branches:  trunk
changeset: 596771:11361aefda06
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed Dec 14 00:16:13 2011 +0000

description:
graphics/glx-utils: explicitly list all linked libraries

Required for default linking behavior of binutils 2.22 ld

diffstat:

 graphics/glx-utils/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b5d92320635f -r 11361aefda06 graphics/glx-utils/Makefile
--- a/graphics/glx-utils/Makefile       Wed Dec 14 00:15:24 2011 +0000
+++ b/graphics/glx-utils/Makefile       Wed Dec 14 00:16:13 2011 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index