diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-10-23 22:24:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-10-23 22:25:08 +0200 |
commit | 6ffd5dae18526e489fc873b1b7a2ab0b380f3340 (patch) | |
tree | 4e9acc033ffdbb858454b1242fe3295ba660c295 /app-office/scribus/files | |
parent | sci-chemistry/pymol: Version Bump (diff) | |
download | gentoo-6ffd5dae18526e489fc873b1b7a2ab0b380f3340.tar.gz gentoo-6ffd5dae18526e489fc873b1b7a2ab0b380f3340.tar.bz2 gentoo-6ffd5dae18526e489fc873b1b7a2ab0b380f3340.zip |
app-office/scribus: Add adapted fPIC patch back
Bump to EAPI=6
Shorten helper functions
take back maintainership
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=593510
Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-office/scribus/files')
-rw-r--r-- | app-office/scribus/files/scribus-1.5.2-fpic.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-office/scribus/files/scribus-1.5.2-fpic.patch b/app-office/scribus/files/scribus-1.5.2-fpic.patch new file mode 100644 index 000000000000..58283645e726 --- /dev/null +++ b/app-office/scribus/files/scribus-1.5.2-fpic.patch @@ -0,0 +1,16 @@ + scribus/third_party/prc/CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/scribus/third_party/prc/CMakeLists.txt b/scribus/third_party/prc/CMakeLists.txt +index 5f7c2c6..1da7177 100644 +--- a/scribus/third_party/prc/CMakeLists.txt ++++ b/scribus/third_party/prc/CMakeLists.txt +@@ -5,6 +5,8 @@ ${OPENGL_INCLUDE_DIR} + ${FREETYPE_INCLUDE_DIRS} + ) + ++SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_FPIC}") ++ + SET(SCRIBUS_PRC_LIB_SOURCES + oPRCFile.cc + PRCbitStream.cc |