pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/seamonkey Fix Xinerama for !native case.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5b9bdcf210f
branches:  trunk
changeset: 530049:e5b9bdcf210f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:36:11 2007 +0000

description:
Fix Xinerama for !native case.

diffstat:

 www/seamonkey/Makefile.common |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c07a37b21909 -r e5b9bdcf210f www/seamonkey/Makefile.common
--- a/www/seamonkey/Makefile.common     Fri Jun 15 17:33:40 2007 +0000
+++ b/www/seamonkey/Makefile.common     Fri Jun 15 17:36:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2007/04/01 16:22:53 tron Exp $
+# $NetBSD: Makefile.common,v 1.23 2007/06/15 17:36:11 joerg Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             seamonkey-${MOZ_DIST_VER}.source
@@ -95,9 +95,11 @@
 CONFIGURE_ARGS+=       --enable-mathml
 .endif
 
-.if exists(${X11BASE}/include/X11/extensions/Xinerama.h) && \
-       exists(${X11BASE}/lib/libXinerama.so)
+.if ${X11_TYPE} != "native" || \
+       (exists(${X11BASE}/include/X11/extensions/Xinerama.h) && \
+       exists(${X11BASE}/lib/libXinerama.so))
 CONFIGURE_ARGS+=       --enable-xinerama
+.include "../../x11/libXinerama/buildlink3.mk"
 .endif
 
 # avoid creating a .mozilla directory in the users home



Home | Main Index | Thread Index | Old Index