freebsd-ports/audio/id3lib/files/patch-configure
Kirill Ponomarev f56aa2d2e8 Use libz while linking libid3.so to restore missing symbols.
PR:		ports/84917
Submitted by:	"James E. Flemer" <jflemer@alum.rpi.edu>
Approved by:	maintainer timeout
2005-09-08 08:35:00 +00:00

11 lines
199 B
Text

# $FreeBSD$
--- configure.orig Sun Aug 14 11:21:37 2005
+++ configure Sun Aug 14 11:29:43 2005
@@ -9134,6 +9134,7 @@
else
ID3_NEEDZLIB_TRUE='#'
ID3_NEEDZLIB_FALSE=
+ LIBS="-lz $LIBS"
fi