summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/qt4-corelib/Makefile2
-rw-r--r--devel/qt4/files/extrapatch-src-corelib-global-qglobal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt4-corelib/Makefile b/devel/qt4-corelib/Makefile
index 5333f28a753d..486ee0f3fe51 100644
--- a/devel/qt4-corelib/Makefile
+++ b/devel/qt4-corelib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= corelib
DISTVERSION= ${QT4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= qt4-
diff --git a/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h b/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h
index 715d52ac9b21..fa3cea956729 100644
--- a/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h
+++ b/devel/qt4/files/extrapatch-src-corelib-global-qglobal.h
@@ -27,7 +27,7 @@ __GLIBCXX__) and not worth the effort.
+ */
+# if defined(__cplusplus) /* Only C++ has ciso646. */
+# include <ciso646>
-+# if defined(_LIBCPP_VER)
++# if defined(_LIBCPP_VERSION)
+# define Q_COMPILER_INITIALIZER_LISTS
+# endif
+# endif