diff options
Diffstat (limited to 'graphics/yagf/files/patch-CMakeLists.txt')
-rw-r--r-- | graphics/yagf/files/patch-CMakeLists.txt | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/yagf/files/patch-CMakeLists.txt b/graphics/yagf/files/patch-CMakeLists.txt deleted file mode 100644 index 7bd93135c41d..000000000000 --- a/graphics/yagf/files/patch-CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- CMakeLists.txt.orig 2015-02-17 01:50:24 UTC -+++ CMakeLists.txt -@@ -2,8 +2,8 @@ project(yagf C CXX) - cmake_minimum_required(VERSION 2.6.0) - #set(QT_QMAKE_EXECUTABLE /usr/bin/qmake-qt4) - if (NOT DEFINED ${CMAKE_INSTALL_PREFIX}) --set(CPACK_INSTALL_PREFIX /usr/) --set (CMAKE_INSTALL_PREFIX /usr/) -+set(CPACK_INSTALL_PREFIX ${PREFIX}) -+set (CMAKE_INSTALL_PREFIX ${PREFIX}) - endif() - set (LIB_PATH_SUFFIX ) - if (CMAKE_SIZEOF_VOID_P EQUAL 8) -@@ -13,6 +13,8 @@ if (CMAKE_SIZEOF_VOID_P EQUAL 8) - set_property (GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS TRUE) - endif(CMAKE_SIZEOF_VOID_P EQUAL 8) - add_definitions( -DPRILIBRARY_PATH="${CMAKE_INSTALL_PREFIX}lib${LIB_PATH_SUFFIX}/yagf/") -+ -+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-c++11-narrowing") - - # following 2 lines define where interface translations will be installed - set(QML_DESTINATION share/yagf/translations/) |