pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Don't or X11_TYPE and MOZILLA_USE_XFT, but...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b43a1fcac172
branches:  trunk
changeset: 530159:b43a1fcac172
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 17 13:47:00 2007 +0000

description:
Don't or X11_TYPE and MOZILLA_USE_XFT, but the exists() condition.

diffstat:

 www/firefox/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f8f7144afc5e -r b43a1fcac172 www/firefox/Makefile.common
--- a/www/firefox/Makefile.common       Sun Jun 17 10:18:13 2007 +0000
+++ b/www/firefox/Makefile.common       Sun Jun 17 13:47:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2007/06/15 16:35:41 joerg Exp $
+# $NetBSD: Makefile.common,v 1.21 2007/06/17 13:47:00 joerg Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             mozilla-${MOZ_DIST_VER}-source
@@ -211,7 +211,7 @@
 CONFIGURE_ARGS+=        --with-pthreads
 .endif
 
-.if (${MOZILLA_USE_XFT} == "YES" && exists(${X11BASE}/include/X11/Xdefs.h)) || ${X11_TYPE} != "native"
+.if ${MOZILLA_USE_XFT} == "YES" && (exists(${X11BASE}/include/X11/Xdefs.h) || ${X11_TYPE} != "native")
 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