pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Activate Xinerama for non-native case.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24c5267cd347
branches:  trunk
changeset: 530036:24c5267cd347
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 16:35:41 2007 +0000

description:
Activate Xinerama for non-native case.

diffstat:

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

diffs (20 lines):

diff -r 17c25fe93c6d -r 24c5267cd347 www/firefox/Makefile.common
--- a/www/firefox/Makefile.common       Fri Jun 15 16:29:15 2007 +0000
+++ b/www/firefox/Makefile.common       Fri Jun 15 16:35:41 2007 +0000
@@ -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-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
 



Home | Main Index | Thread Index | Old Index