pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/metacity Fix Xinerama for !native case.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abe1f6f71206
branches:  trunk
changeset: 530051:abe1f6f71206
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:41:54 2007 +0000

description:
Fix Xinerama for !native case.

diffstat:

 wm/metacity/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c19d8ea734ee -r abe1f6f71206 wm/metacity/Makefile
--- a/wm/metacity/Makefile      Fri Jun 15 17:38:54 2007 +0000
+++ b/wm/metacity/Makefile      Fri Jun 15 17:41:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2007/04/10 23:39:00 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2007/06/15 17:41:54 joerg Exp $
 #
 
 DISTNAME=      metacity-2.18.2
@@ -22,7 +22,9 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !exists(${X11BASE}/lib/libXinerama.so)
+.if ${X11_TYPE} != "native"
+.include "../../x11/libXinerama/buildlink3.mk"
+.else !exists(${X11BASE}/lib/libXinerama.so)
 CONFIGURE_ARGS+=       --disable-xinerama
 .endif
 



Home | Main Index | Thread Index | Old Index