pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla Check for existance of shared libXinerama ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/752da0785c94
branches:  trunk
changeset: 466651:752da0785c94
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 22 00:21:26 2004 +0000

description:
Check for existance of shared libXinerama before
enabling Xinerama support.
Fixes mozilla on e.g. macppc with only libXinerama.a.

diffstat:

 www/mozilla/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83fc0ba60a51 -r 752da0785c94 www/mozilla/Makefile.common
--- a/www/mozilla/Makefile.common       Wed Jan 21 22:54:00 2004 +0000
+++ b/www/mozilla/Makefile.common       Thu Jan 22 00:21:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.27 2004/01/20 12:27:59 agc Exp $
+# $NetBSD: Makefile.common,v 1.28 2004/01/22 00:21:26 wiz Exp $
 
 MOZ_DIST_VER?= ${MOZ_VER}
 DISTNAME?=     mozilla-source-${MOZ_DIST_VER}
@@ -76,7 +76,7 @@
 CONFIGURE_ARGS+=       --enable-mathml
 .endif
 
-.if exists(${X11BASE}/include/X11/extensions/Xinerama.h)
+.if exists(${X11BASE}/include/X11/extensions/Xinerama.h) && exists(${X11BASE}/lib/libXinerama.so)
 CONFIGURE_ARGS+=       --enable-xinerama
 .endif
 



Home | Main Index | Thread Index | Old Index