From ea79ae43c86dc42dba37b66908e9136ceb4edd72 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 1 Mar 2006 21:10:55 +0000 Subject: Enable Xinerama support if libXinerama.dylib exists. No PKGREVISION bump because this package does not build on Darwin yet. --- x11/qt4-libs/Makefile.common | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3