pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/xchat2 Add "-lX11" to LDFLAGS on Darwin. Should f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c50f2c7f0bf9
branches:  trunk
changeset: 478149:c50f2c7f0bf9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jul 18 14:47:29 2004 +0000

description:
Add "-lX11" to LDFLAGS on Darwin. Should fix build problem noted
by Jeff Rizzo on tech-pkg@.

diffstat:

 chat/xchat2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 006f569f9160 -r c50f2c7f0bf9 chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Sun Jul 18 12:59:02 2004 +0000
+++ b/chat/xchat2/Makefile      Sun Jul 18 14:47:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/07/02 08:04:18 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2004/07/18 14:47:29 schmonz Exp $
 #
 
 DISTNAME=      xchat-2.0.10
@@ -28,6 +28,7 @@
 CONFIGURE_ARGS+=       --disable-python
 
 LDFLAGS.IRIX+=         -lX11
+LDFLAGS.Darwin+=       -lX11
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index