summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-15 16:35:41 +0000
committerjoerg <joerg>2007-06-15 16:35:41 +0000
commitc9f00e30c2a2ece6fea58d0308cc7cbcf8198140 (patch)
treebff480ebe952cce2f337fd0abd76ae1349b53e7b /www/firefox
parentd7bb6fa7180ea024ce21049080cbba5fbff0bbfe (diff)
downloadpkgsrc-c9f00e30c2a2ece6fea58d0308cc7cbcf8198140.tar.gz
Activate Xinerama for non-native case.
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox/Makefile.common b/www/firefox/Makefile.common
index 9eb3813f784..97fbe0c9eda 100644
--- a/www/firefox/Makefile.common
+++ b/www/firefox/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2007/06/15 16:29:15 joerg Exp $
+# $NetBSD: Makefile.common,v 1.20 2007/06/15 16:35:41 joerg Exp $
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= mozilla-${MOZ_DIST_VER}-source
@@ -92,8 +92,8 @@ CONFIGURE_ARGS+= --enable-calendar
CONFIGURE_ARGS+= --enable-mathml
.endif
-.if exists(${X11BASE}/include/X11/extensions/Xinerama.h) && \
- exists(${X11BASE}/lib/libXinerama.so)
+.if (exists(${X11BASE}/include/X11/extensions/Xinerama.h) && \
+ exists(${X11BASE}/lib/libXinerama.so)) || ${X11_TYPE} != "native"
CONFIGURE_ARGS+= --enable-xinerama
.endif