From b0d64b94a32d6e8a95f8739ebaa2f1a73085edc7 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 30 Dec 2013 18:30:03 -0800 Subject: [PATCH] Fix vorbis_tools now builds ok with gcc2 and gcc4. --- media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe index 997414636..0040c4d9f 100644 --- a/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe +++ b/media-sound/vorbis_tools/vorbis_tools-1.4.0.recipe @@ -17,6 +17,7 @@ PROVIDES=" cmd:ogginfo$secondaryArchSuffix cmd:vcut$secondaryArchSuffix cmd:vorbiscomment$secondaryArchSuffix + cmd:ogg123$secondaryArchSuffix " REQUIRES=" @@ -30,12 +31,14 @@ REQUIRES=" lib:libcurl$secondaryArchSuffix lib:libvorbisfile$secondaryArchSuffix lib:libvorbisenc$secondaryArchSuffix + lib:libssl$secondaryArchSuffix + lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion devel:libvorbis$secondaryArchSuffix -# devel:libflac$secondaryArchSuffix + devel:libflac$secondaryArchSuffix devel:libspeex$secondaryArchSuffix devel:libao$secondaryArchSuffix devel:libogg$secondaryArchSuffix @@ -43,6 +46,8 @@ BUILD_REQUIRES=" devel:libcurl$secondaryArchSuffix devel:libvorbisfile$secondaryArchSuffix devel:libvorbisenc$secondaryArchSuffix + devel:libssl$secondaryArchSuffix + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES="