summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-09-02 19:50:38 +0000
committeradam <adam@pkgsrc.org>2013-09-02 19:50:38 +0000
commit30b15b560ede65e353f4add7bde4bfdd0303ad98 (patch)
tree50a1ccd42456eff2c4cb93f6820d39553d73b228 /x11/qt4-libs
parent56b9f74dd087c70b0df81eb1222a569fe08076a3 (diff)
downloadpkgsrc-30b15b560ede65e353f4add7bde4bfdd0303ad98.tar.gz
Revbump after cairo update
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r--x11/qt4-libs/Makefile3
-rw-r--r--x11/qt4-libs/Makefile.common6
2 files changed, 7 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index 63837828acc..183167633de 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2013/07/07 18:13:56 adam Exp $
+# $NetBSD: Makefile,v 1.93 2013/09/02 19:51:32 adam Exp $
PKGNAME= qt4-libs-${QTVERSION}
+PKGREVISION= 1
COMMENT= C++ X GUI toolkit
.include "../../x11/qt4-libs/Makefile.common"
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index fdf3356b41c..783f0289abd 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2013/07/07 18:13:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.37 2013/09/02 19:51:32 adam Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -90,7 +90,11 @@ SYS_LIBS= -lbind -ldb -ldl
.elif ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= -platform freebsd-g++
.elif ${OPSYS} == "Darwin"
+. if !empty(PKGSRC_COMPILER:Mclang)
+CONFIGURE_ARGS+= -platform macx-llvm
+. else
CONFIGURE_ARGS+= -platform macx-g++
+. endif
CONFIGURE_ARGS+= -no-dwarf2
CONFIGURE_ARGS+= -no-framework
. if exists(/usr/lib/libresolv.dylib)