Commits

Marcus Calhoun-Lopez authored acb209cdd81
qca-qt5: allow successful build on older systems

Fixes https://trac.macports.org/ticket/55154
No tags

devel/qca/files/patch-macports-clang.diff

Added
1 +--- CMakeLists.txt.orig 2015-01-13 09:22:06.000000000 -0700
2 ++++ CMakeLists.txt 2017-10-26 19:38:51.000000000 -0700
3 +@@ -6,9 +6,10 @@
4 + unset(CMAKE_INSTALL_PREFIX CACHE)
5 + endif(NOT CMAKE_INSTALL_PREFIX)
6 +
7 +-project(qca)
8 +-
9 + cmake_minimum_required(VERSION 2.8.12)
10 ++cmake_policy(SET CMP0025 NEW)
11 ++
12 ++project(qca)
13 +
14 + set(QCA_LIB_MAJOR_VERSION "2")
15 + set(QCA_LIB_MINOR_VERSION "1")

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut