aboutsummaryrefslogtreecommitdiff
path: root/audio/darkice
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2016-09-30 17:08:51 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2016-09-30 17:08:51 +0000
commitc629d070dbf388433f0dd19eb7a865c64732c944 (patch)
tree59688f6d2fc24fa593d3d3e8b3ec2e7ebba15688 /audio/darkice
parenta3ec08a4a374119faea8f7b25c548309965343a2 (diff)
downloadports-c629d070dbf388433f0dd19eb7a865c64732c944.tar.gz
ports-c629d070dbf388433f0dd19eb7a865c64732c944.zip
Remove uneeded patch to fix BROKEN.
Obtained from: marino@
Notes
Notes: svn path=/head/; revision=423002
Diffstat (limited to 'audio/darkice')
-rw-r--r--audio/darkice/Makefile2
-rw-r--r--audio/darkice/files/patch-configure.in15
2 files changed, 0 insertions, 17 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index cf34bb106ae9..dff15408ebd8 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -12,8 +12,6 @@ COMMENT= IceCast, IceCast2, and ShoutCast live audio streamer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= fails to patch after previous commit
-
USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no
diff --git a/audio/darkice/files/patch-configure.in b/audio/darkice/files/patch-configure.in
deleted file mode 100644
index 3a9b3b3c3bb4..000000000000
--- a/audio/darkice/files/patch-configure.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.in.orig 2013-07-15 05:50:01 UTC
-+++ configure.in
-@@ -260,10 +260,11 @@ dnl make sure at least one of lame and v
- dnl-----------------------------------------------------------------------------
- if test "x${LAME_LDFLAGS}" = "x" \
- -a "x${VORBIS_LDFLAGS}" = "x" \
-+ -a "x${OPUS_LDFLAGS}" = "x" \
- -a "x${FAAC_LDFLAGS}" = "x" \
- -a "x${AACPLUS_LDFLAGS}" = "x" \
- -a "x${TWOLAME_LDFLAGS}" = "x"; then
-- AC_MSG_ERROR([neither lame, Ogg Vorbis, faac, aac+ nor twolame configured])
-+ AC_MSG_ERROR([neither lame, Ogg Vorbis, Ogg Opus, faac, aac+ nor twolame configured])
- fi
-
-