summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 13:11:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 14:09:16 +0200
commit9626991db1a7cf7ebaa8747965fc0dce71847b08 (patch)
treeda877fedac51e04e864a898c0195e71c05be0245 /media-libs/libharu/files
parentnet-misc/wget: Security cleanup (diff)
downloadgentoo-9626991db1a7cf7ebaa8747965fc0dce71847b08.tar.gz
gentoo-9626991db1a7cf7ebaa8747965fc0dce71847b08.tar.bz2
gentoo-9626991db1a7cf7ebaa8747965fc0dce71847b08.zip
media-libs/libharu: Drop 2.3.0-r1
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libharu/files')
-rw-r--r--media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch b/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch
deleted file mode 100644
index 393302bce239..000000000000
--- a/media-libs/libharu/files/libharu-2.3.0-dont-force-strip.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.in.orig 2014-02-19 12:22:46.954651117 -0800
-+++ configure.in 2014-02-19 12:22:37.211604308 -0800
-@@ -171,11 +171,6 @@
-
- fi
-
-- dnl Do not strip symbols from developer object files.
-- INSTALL_STRIP_FLAG=""
--else
-- dnl Make sure to strip symbols from non-developer object files.
-- INSTALL_STRIP_FLAG="-s"
- fi
- dnl }}}
-
-@@ -322,7 +317,6 @@
-
- dnl link against libm
- LIBS="$LIBS -lm"
--AC_SUBST(INSTALL_STRIP_FLAG)
-
- AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
- AC_OUTPUT