pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/qt3-libs fix hpux platform detection.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9d44e6c2f54c
branches: trunk
changeset: 538699:9d44e6c2f54c
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Feb 16 22:41:31 2008 +0000
description:
fix hpux platform detection.
diffstat:
x11/qt3-libs/Makefile.common | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r c204c88a2b13 -r 9d44e6c2f54c x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common Sat Feb 16 22:24:19 2008 +0000
+++ b/x11/qt3-libs/Makefile.common Sat Feb 16 22:41:31 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2007/12/17 18:21:31 tron Exp $
+# $NetBSD: Makefile.common,v 1.70 2008/02/16 22:41:31 tnn Exp $
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -51,6 +51,12 @@
CONFIGURE_ARGS+= -platform solaris-cc
. endif
SYS_LIBS= -lresolv -lsocket -lnsl -lrt
+.elif ${OPSYS} == "HPUX"
+. if !empty(CC_VERSION:Mgcc*)
+CONFIGURE_ARGS+= -platform hpux-g++
+. else
+CONFIGURE_ARGS+= -platform hpux-acc
+. endif
.elif ${OPSYS} == "Interix"
CONFIGURE_ARGS+= -platform interix-g++
CFLAGS+= -I/usr/local/include/bind
Home |
Main Index |
Thread Index |
Old Index