pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat Don't enforce the use of Xft2 for rendering...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e25dcd9b43b
branches: trunk
changeset: 545998:0e25dcd9b43b
user: tron <tron%pkgsrc.org@localhost>
date: Mon Aug 18 21:47:12 2008 +0000
description:
Don't enforce the use of Xft2 for rendering under Mac OS X Darwin to work
around build problems. Set appropriate linker options instead to achieve
the same result. Bump package revision because of this fix which results
in changes to the binary.
diffstat:
chat/xchat/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r d4ecd493b6c3 -r 0e25dcd9b43b chat/xchat/Makefile
--- a/chat/xchat/Makefile Mon Aug 18 21:42:52 2008 +0000
+++ b/chat/xchat/Makefile Mon Aug 18 21:47:12 2008 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.59 2008/08/15 17:25:31 tron Exp $
+# $NetBSD: Makefile,v 1.60 2008/08/18 21:47:12 tron Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
OWNER= tron%NetBSD.org@localhost
COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
@@ -33,8 +33,7 @@
INSTALL_UNSTRIPPED= YES
.if empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)
-LDFLAGS.Darwin+= -lX11
-CONFIGURE_ARGS+= --enable-xft
+LDFLAGS.Darwin+= -L${PREFIX}/lib -lX11
.else
CONFIGURE_ARGS+= --disable-xlib
.endif
Home |
Main Index |
Thread Index |
Old Index