pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gle Fix for linking against Xext



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c437d78d7aa8
branches:  trunk
changeset: 482472:c437d78d7aa8
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 28 14:03:58 2004 +0000

description:
Fix for linking against Xext

diffstat:

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

diffs (17 lines):

diff -r 32279f09d46b -r c437d78d7aa8 graphics/gle/Makefile
--- a/graphics/gle/Makefile     Thu Oct 28 13:49:13 2004 +0000
+++ b/graphics/gle/Makefile     Thu Oct 28 14:03:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/10/03 00:14:51 tv Exp $
+# $NetBSD: Makefile,v 1.20 2004/10/28 14:03:58 adam Exp $
 #
 
 DISTNAME=      gle-3.1.0
@@ -19,6 +19,7 @@
 USE_X11=               YES
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
+LIBS+=                 -lXext
 
 .include "../../graphics/Mesa/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index