Warning, /multimedia/kid3/packaging/patches/id3lib-3.8.3-00-add-libz-to-compilation.patch is written in an unsupported language. File is not indexed.

0001 This patch was first introduced in version 3.8.3-3
0002 
0003 It fixes http://bugs.debian.org/208672
0004 --- a/src/Makefile.am
0005 +++ b/src/Makefile.am
0006 @@ -74,6 +74,8 @@
0007  
0008  if ID3_NEEDZLIB
0009  LDADD        = $(top_builddir)/zlib/src/libz.la
0010 +else
0011 +libid3_la_LIBADD  = -lz
0012  endif
0013  
0014  libid3_la_LDFLAGS = \