diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-09-30 17:08:51 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2016-09-30 17:08:51 +0000 |
commit | c629d070dbf388433f0dd19eb7a865c64732c944 (patch) | |
tree | 59688f6d2fc24fa593d3d3e8b3ec2e7ebba15688 /audio/darkice/files | |
parent | a3ec08a4a374119faea8f7b25c548309965343a2 (diff) |
Notes
Diffstat (limited to 'audio/darkice/files')
-rw-r--r-- | audio/darkice/files/patch-configure.in | 15 |
1 files changed, 0 insertions, 15 deletions
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 - - |