diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-15 16:29:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-15 16:29:15 +0000 |
commit | 46f68c2df8bf96e6a314b8ef7db1e279c39a9c1b (patch) | |
tree | 4a947fb2a39225b88250a7534d4fc367dc928a49 /www | |
parent | f6620d8b39bca065d9c71a7a623241bfd962304c (diff) | |
download | pkgsrc-46f68c2df8bf96e6a314b8ef7db1e279c39a9c1b.tar.gz |
Assume that libXft provides Xft support for non-native X11.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common index ec1a7e97a14..9eb3813f784 100644 --- a/www/firefox/Makefile.common +++ b/www/firefox/Makefile.common @@ -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+= --without-pthreads 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" |