summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-18 11:37:24 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-18 12:30:58 +0100
commit6ab2a1d273e1095e8ad48fe7199c96bd965b4877 (patch)
treea86dfd9ba5fe763a1340276e1076440994bafb00 /dev-libs/zziplib/files
parentdev-haskell/pandoc-citeproc: bump up to 0.10.4.1 (diff)
downloadgentoo-6ab2a1d273e1095e8ad48fe7199c96bd965b4877.tar.gz
gentoo-6ab2a1d273e1095e8ad48fe7199c96bd965b4877.tar.bz2
gentoo-6ab2a1d273e1095e8ad48fe7199c96bd965b4877.zip
dev-libs/zziplib: Clean old version up
Diffstat (limited to 'dev-libs/zziplib/files')
-rw-r--r--dev-libs/zziplib/files/zziplib-0.13.60-ldflags.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-libs/zziplib/files/zziplib-0.13.60-ldflags.patch b/dev-libs/zziplib/files/zziplib-0.13.60-ldflags.patch
deleted file mode 100644
index 3c95ff465dff..000000000000
--- a/dev-libs/zziplib/files/zziplib-0.13.60-ldflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389
-https://bugs.gentoo.org/354051
-
---- a/configure
-+++ b/configure
-@@ -292,7 +292,7 @@
- # ---------------------------------------------------------------
- AC_MSG_CHECKING([link options])
- ZZIPLIB_LDFLAGS=""
--test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
-+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
- RESOLVES=" # "
- case "$host_os" in mingw*)
- ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"