diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-03 16:50:32 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-03-03 16:50:32 +0000 |
commit | 4cd1e8830ecdea3996915303a7cdb1aaaec56ca8 (patch) | |
tree | 0facf8a13da71e87170cdfcf5902ed77d09cb72f /devel/qmake5/files/patch-mkspecs__common__clang-unix.conf | |
parent | - Remove leading article from COMMENT (diff) |
KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.
Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.
Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
Notes
Notes:
svn path=/head/; revision=346930
Diffstat (limited to 'devel/qmake5/files/patch-mkspecs__common__clang-unix.conf')
-rw-r--r-- | devel/qmake5/files/patch-mkspecs__common__clang-unix.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/qmake5/files/patch-mkspecs__common__clang-unix.conf b/devel/qmake5/files/patch-mkspecs__common__clang-unix.conf new file mode 100644 index 000000000000..d9e30f819903 --- /dev/null +++ b/devel/qmake5/files/patch-mkspecs__common__clang-unix.conf @@ -0,0 +1,18 @@ +--- ./mkspecs/common/clang-unix.conf.orig 2013-12-05 17:44:20.215196720 +0000 ++++ ./mkspecs/common/clang-unix.conf 2013-12-05 17:47:19.015202020 +0000 +@@ -0,0 +1,15 @@ ++# ++# Qmake configuration for the Clang compiler on *nix-systems ++# ++# Before making changes to this file, please read the comment in ++# gcc-base.conf, to make sure the change goes in the right place. ++# ++# To verify that your change has the desired effect on the final configuration ++# you can use the manual test in tests/manual/mkspecs. ++# ++ ++include(gcc-base-unix.conf) ++include(clang.conf) ++ ++QMAKE_LFLAGS_RELEASE += -Wl,-O1 ++QMAKE_LFLAGS_NOUNDEF += -Wl,--no-undefined |