pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Assume that libXft provides Xft support fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/17c25fe93c6d
branches: trunk
changeset: 530035:17c25fe93c6d
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 15 16:29:15 2007 +0000
description:
Assume that libXft provides Xft support for non-native X11.
diffstat:
www/firefox/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c14f526b092e -r 17c25fe93c6d www/firefox/Makefile.common
--- a/www/firefox/Makefile.common Fri Jun 15 16:11:41 2007 +0000
+++ b/www/firefox/Makefile.common Fri Jun 15 16:29:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2007/03/31 22:51:24 ghen Exp $
+# $NetBSD: Makefile.common,v 1.19 2007/06/15 16:29:15 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)
+.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