pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Enable Xinerama support if libXinerama.dy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/561520f1b8ec
branches: trunk
changeset: 508765:561520f1b8ec
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Feb 25 03:55:57 2006 +0000
description:
Enable Xinerama support if libXinerama.dylib exists.
Bump PKGREVISION.
diffstat:
x11/qt3-libs/Makefile | 4 ++--
x11/qt3-libs/Makefile.common | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 8fd912bed48a -r 561520f1b8ec x11/qt3-libs/Makefile
--- a/x11/qt3-libs/Makefile Sat Feb 25 00:37:38 2006 +0000
+++ b/x11/qt3-libs/Makefile Sat Feb 25 03:55:57 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2006/02/17 23:24:17 adam Exp $
+# $NetBSD: Makefile,v 1.48 2006/02/25 03:55:57 minskim Exp $
PKGNAME= qt3-libs-${QTVERSION}
-PKGREVISION= 4
+PKGREVISION= 5
MAINTAINER= adam%NetBSD.org@localhost
COMMENT= C++ X GUI toolkit
diff -r 8fd912bed48a -r 561520f1b8ec x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Sat Feb 25 00:37:38 2006 +0000
+++ b/x11/qt3-libs/Makefile.common Sat Feb 25 03:55:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.59 2006/02/17 23:24:17 adam Exp $
+# $NetBSD: Makefile.common,v 1.60 2006/02/25 03:55:57 minskim Exp $
DISTNAME= qt-x11-free-${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