summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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