1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/bmp-faad/files/patch-configure
Edwin Groothuis 37f2451c9a [NEW PORT] audio/bmp-faad2: Beep Media Player (BMP) plugin for faad
FAAD 2 - Freeware Advanced Audio Decoder 2 - BMP plugin

PR:		ports/71304
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-10-14 00:18:12 +00:00

14 lines
471 B
Plaintext

--- configure.in.orig Thu Sep 2 13:17:44 2004
+++ configure.in Thu Sep 2 13:19:45 2004
@@ -88,10 +88,6 @@
fi
if test x$WITHXMMS = xyes; then
- AC_CHECK_PROGS(XMMS_CONFIG, xmms-config,"not_found")
- if test "$XMMS_CONFIG" = "not_found"; then
- AC_MSG_ERROR("*** xmms-config not found - xmms plugin can't be build")
- fi
AC_CHECK_HEADER(pthread.h,,
AC_MSG_ERROR(*** pthread headers support not installed or not found))
AC_CHECK_HEADER(id3.h,,