freebsd-ports/audio/xmms-mac/files/patch-configure.in
Marcus Alves Grando 976794241c Fix dependency problem with audio/mac
PR:		87284
Submitted by:	No Name <arundel@h3c.de> (maintainer)
2005-10-11 21:46:49 +00:00

11 lines
295 B
Text

--- configure.in.orig Mon Feb 28 14:51:53 2005
+++ configure.in Mon Feb 28 14:51:37 2005
@@ -44,7 +44,7 @@
AC_CHECK_LIB(mac, DecompressFile, [])
-MAC_LIBS="-lmac"
+MAC_LIBS="-lmac -lpthread"
MAC_INCLUDES="-I/usr/include/mac"
MAC_CXXFLAGS="-s -O3 -Wall -pedantic -DBUILD_CROSS_PLATFORM"