diff options
author | 2020-12-18 11:56:08 +0100 | |
---|---|---|
committer | 2020-12-18 14:43:55 +0100 | |
commit | 57cac80e65fc10f7771a42090408eefd47722628 (patch) | |
tree | c221d88887639752f57fab5270431b115afbaab6 /media-gfx/pstoedit/files | |
parent | app-i18n/ibus-typing-booster: drop old (diff) | |
download | gentoo-57cac80e65fc10f7771a42090408eefd47722628.tar.gz gentoo-57cac80e65fc10f7771a42090408eefd47722628.tar.bz2 gentoo-57cac80e65fc10f7771a42090408eefd47722628.zip |
media-gfx/pstoedit: Drop 3.70-r1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/pstoedit/files')
-rw-r--r-- | media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch | 13 | ||||
-rw-r--r-- | media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch | 14 |
2 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch b/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch deleted file mode 100644 index 279ed715f53a..000000000000 --- a/media-gfx/pstoedit/files/pstoedit-3.60-libdl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/Makefile.am b/src/Makefile.am -index 6b33220..30c9f2e 100755 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -139,7 +139,7 @@ libpstoedit_la_SOURCES = \ - genericints.h \ - version.h - --libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm -+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} ${LIBLD_LDFLAGS} -lm - libpstoedit_la_LDFLAGS = -no-undefined - - pstoedit_SOURCES = cmdmain.cpp diff --git a/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch b/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch deleted file mode 100644 index c101077431e5..000000000000 --- a/media-gfx/pstoedit/files/pstoedit-3.70-pkgconfig.patch +++ /dev/null @@ -1,14 +0,0 @@ -LIBPNG_LDFLAGS is never substituted... -https://bugs.gentoo.org/show_bug.cgi?id=551208 - -Index: pstoedit-3.70/config/pstoedit.pc.in -=================================================================== ---- pstoedit-3.70.orig/config/pstoedit.pc.in -+++ pstoedit-3.70/config/pstoedit.pc.in -@@ -7,5 +7,5 @@ Name: pstoedit - Description: converts PostScript(TM) and PDF files to other vector graphic formats - Version: @VERSION@.0 - Requires: --Libs: -L@libdir@ -lpstoedit @LIBPNG_LDFLAGS@ @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ -+Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ - Cflags: -I@includedir@ |