diff options
-rw-r--r-- | app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch | 11 | ||||
-rw-r--r-- | app-office/scribus/scribus-9999.ebuild | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch b/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch deleted file mode 100644 index 33cad2b9c7fc..000000000000 --- a/app-office/scribus/files/scribus-1.7.0-fix-install-prefix-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/resources/templates/CMakeLists.txt -+++ b/resources/templates/CMakeLists.txt -@@ -5,7 +5,7 @@ ${CMAKE_SOURCE_DIR}/scribus - - # Gentoo has an option for no templates. Let's make the ebuild simpler and open up the option to others, but leave as a default for us. Make the directory in any case as our source will look for it. - if (WANT_NOTEMPLATES) -- install(CODE "file(MAKE_DIRECTORY ${ENV}${CMAKE_INSTALL_PREFIX}/${TEMPLATEDIR})") -+ install(CODE "file(MAKE_DIRECTORY ${ENV}./${CMAKE_INSTALL_PREFIX}/${TEMPLATEDIR})") - else (WANT_NOTEMPLATES) - - install(FILES diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index c1af6fc67077..4e7611020d9c 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -79,7 +79,6 @@ PATCHES=( "${FILESDIR}"/${PN}-1.5.3-fpic.patch "${FILESDIR}"/${PN}-1.7.0-findhyphen.patch "${FILESDIR}"/${PN}-1.7.0-remove-hello-world-test.patch - "${FILESDIR}"/${PN}-1.7.0-fix-install-prefix-path.patch "${FILESDIR}"/${PN}-1.7.0-dont-install-thirdparty-license.patch "${FILESDIR}"/${PN}-1.7.0-fix-icon-version.patch ) |