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.IRIX. fixes build on,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a1e53a00600
branches:  trunk
changeset: 462746:1a1e53a00600
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Oct 11 11:08:36 2003 +0000

description:
add -lX11 to LDFLAGS.IRIX. fixes build on, well.. IRIX.

fixes PR pkg/22591 from Bas van Oostveen.

diffstat:

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

diffs (18 lines):

diff -r 54a80650409d -r 1a1e53a00600 chat/xchat2/Makefile
--- a/chat/xchat2/Makefile      Sat Oct 11 08:05:06 2003 +0000
+++ b/chat/xchat2/Makefile      Sat Oct 11 11:08:36 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/10/03 08:09:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.16 2003/10/11 11:08:36 grant Exp $
 #
 
 DISTNAME=      xchat-2.0.5
@@ -30,6 +30,8 @@
 CONFIGURE_ARGS+=       --disable-perl
 CONFIGURE_ARGS+=       --disable-python
 
+LDFLAGS.IRIX+=         -lX11
+
 .include "../../mk/bsd.prefs.mk"
 
 BUILD_DEFS+=            USE_INET6 USE_SOCKS XCHAT_USE_SSL



Home | Main Index | Thread Index | Old Index