diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-03 10:54:55 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-03 10:55:08 +0100 |
commit | 5da92145f220cedef0799c8fadecd430f2046218 (patch) | |
tree | 097a93e7ba8e481887688671ff8824658bd19ddb /dev-libs/zziplib/files | |
parent | mail-mta/courier: Version bump. (diff) | |
download | gentoo-5da92145f220cedef0799c8fadecd430f2046218.tar.gz gentoo-5da92145f220cedef0799c8fadecd430f2046218.tar.bz2 gentoo-5da92145f220cedef0799c8fadecd430f2046218.zip |
dev-libs/zziplib: Bump to version 0.13.69
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-libs/zziplib/files')
-rw-r--r-- | dev-libs/zziplib/files/zziplib-0.13.69-SDL-test.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/zziplib/files/zziplib-0.13.69-SDL-test.patch b/dev-libs/zziplib/files/zziplib-0.13.69-SDL-test.patch new file mode 100644 index 000000000000..7f85b6864696 --- /dev/null +++ b/dev-libs/zziplib/files/zziplib-0.13.69-SDL-test.patch @@ -0,0 +1,14 @@ +this test isnt even run automatically and the dependencies are all broken, +so just disable it and be done + +--- zziplib-0.13.69/SDL/Makefile.am ++++ zziplib-0.13.69/SDL/Makefile.am +@@ -5,7 +5,7 @@ + zzipsdl_DATA = SDL_rwops_zzip.c SDL_rwops_zzip.h + + EXTRA_DIST = $(sdl_DATA) +-check_PROGRAMS = zzcatsdl ++check_PROGRAMS = + + zzcatsdl_SOURCES = SDL_rwops_zzcat.c SDL_rwops_zzip.c + ZZIP_CFLAGS= `export PKG_CONFIG_PATH=../zzip; pkg-config zziplib --cflags` |