summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-03-01 21:10:55 +0000
committerminskim <minskim@pkgsrc.org>2006-03-01 21:10:55 +0000
commitea79ae43c86dc42dba37b66908e9136ceb4edd72 (patch)
tree46d25fe8c3fa4e10897fe493e124d04ed03acd92 /x11
parenta8dcf62608557c02a378d63ca27bd9a639883a12 (diff)
downloadpkgsrc-ea79ae43c86dc42dba37b66908e9136ceb4edd72.tar.gz
Enable Xinerama support if libXinerama.dylib exists. No PKGREVISION bump
because this package does not build on Darwin yet.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt4-libs/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index 2a85d177d6f..28ccbb558f9 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -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 @@ LDFLAGS+= -lresolv
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