pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix Xft for !native case.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c19d8ea734ee
branches:  trunk
changeset: 530050:c19d8ea734ee
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:38:54 2007 +0000

description:
Fix Xft for !native case.

diffstat:

 www/seamonkey/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e5b9bdcf210f -r c19d8ea734ee www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common     Fri Jun 15 17:36:11 2007 +0000
+++ b/www/seamonkey/Makefile.common     Fri Jun 15 17:38:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2007/06/15 17:36:11 joerg Exp $
+# $NetBSD: Makefile.common,v 1.24 2007/06/15 17:38:54 joerg Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             seamonkey-${MOZ_DIST_VER}.source
@@ -220,7 +220,8 @@
 CONFIGURE_ARGS+=       --with-pthreads
 .endif
 
-.if ${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h)
+.if ${X11_TYPE} != "native" ||
+    (${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h))
 CONFIGURE_ARGS+=       --enable-xft
 # pkgconfig defaults to a "build" dependency, which is what we want.
 .include "../../x11/libXft/buildlink3.mk"



Home | Main Index | Thread Index | Old Index