summaryrefslogtreecommitdiff
path: root/app-i18n/opencc/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-11-02 21:07:25 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-11-02 21:07:25 +0000
commit27dfd272ae3be15b1017f733682211afa1c7c0f0 (patch)
tree1fe1c9ed5c5d79c63069bb8d541be075ccc3aac2 /app-i18n/opencc/files
parentd950fa39dbe16d164ed0cb8e3036fd5d0d896a4c (diff)
gentoo resync : 02.11.2017
Diffstat (limited to 'app-i18n/opencc/files')
-rw-r--r--app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch b/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch
deleted file mode 100644
index dc8859d8e28e..000000000000
--- a/app-i18n/opencc/files/opencc-1.0.4-cmake-libdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -83,6 +83,10 @@
- set (DIR_ETC ${SYSCONF_INSTALL_DIR})
- endif (DEFINED SYSCONF_INSTALL_DIR)
-
-+if (DEFINED CMAKE_INSTALL_LIBDIR)
-+ set (DIR_LIBRARY ${CMAKE_INSTALL_LIBDIR})
-+endif (DEFINED CMAKE_INSTALL_LIBDIR)
-+
- set (DIR_SHARE_OPENCC ${DIR_SHARE}opencc/)
- set (DIR_SHARE_LOCALE ${DIR_SHARE}locale/)
-