pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Enable Xinerama support if libXinerama.dy...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb0afa6b25ec
branches:  trunk
changeset: 508980:eb0afa6b25ec
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 01 21:10:55 2006 +0000

description:
Enable Xinerama support if libXinerama.dylib exists.  No PKGREVISION bump
because this package does not build on Darwin yet.

diffstat:

 x11/qt4-libs/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1bdb78c113b8 -r eb0afa6b25ec x11/qt4-libs/Makefile.common
--- a/x11/qt4-libs/Makefile.common      Wed Mar 01 20:57:39 2006 +0000
+++ b/x11/qt4-libs/Makefile.common      Wed Mar 01 21:10:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/02/20 12:08:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/03/01 21:10:55 minskim Exp $
 
 DISTNAME=      qt-x11-opensource-src-${QTVERSION}
 CATEGORIES=    x11
@@ -70,7 +70,8 @@
 
 QMAKE_RANLIB?=         ${TRUE}
 
-.if !exists(${X11BASE}/lib/libXinerama.so)
+.if !exists(${X11BASE}/lib/libXinerama.so) && \
+       !exists(${X11BASE}/lib/libXinerama.dylib)
 CONFIGURE_ARGS+=       -no-xinerama
 .endif
 



Home | Main Index | Thread Index | Old Index