Mon Aug 18 21:47:12 2008 UTC ()
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.


(tron)
diff -r1.59 -r1.60 pkgsrc/chat/xchat/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/chat/xchat/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/chat/xchat/Attic/Makefile 2008/08/15 17:25:31 1.59
+++ pkgsrc/chat/xchat/Attic/Makefile 2008/08/18 21:47:12 1.60
@@ -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
 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