summarylogtreecommitdiffstats
path: root/include_suffix.patch
diff options
context:
space:
mode:
authorChocobozzz2015-11-12 19:21:02 +0100
committerChocobozzz2015-11-12 19:21:02 +0100
commit5d61cf49c497251f44465e910beac6d6a99b88a6 (patch)
treeaffe3e7334f32ec7f4910b0d11a8a852ac15bff8 /include_suffix.patch
parent89da02cd8a84359d48445c32c15849549a188efa (diff)
downloadaur-5d61cf49c497251f44465e910beac6d6a99b88a6.tar.gz
The patch is not needed anymore
Diffstat (limited to 'include_suffix.patch')
-rw-r--r--include_suffix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/include_suffix.patch b/include_suffix.patch
deleted file mode 100644
index 8f9ea7d2250e..000000000000
--- a/include_suffix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt 2015-06-04 15:08:42.414256487 +0200
-+++ CMakeLists.txt.patch 2015-06-04 15:08:14.510491630 +0200
-@@ -98,7 +98,7 @@
- set(LIB_SUFFIX "" CACHE STRING "The directories where to install libraries to")
- set(LIB_INSTALL_DIR lib${LIB_SUFFIX} )
- set(LIB_DIR_PKGCONF "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
--set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/mygpo-qt" CACHE PATH "The directory the headers are installed in")
-+set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/mygpo-qt${MYGPO_QT_VERSION_SUFFIX}" CACHE PATH "The directory the headers are installed in")
- set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/mygpo-qt )
-
- if( APPLE )