freebsd-ports/audio/boca/files/patch-components_decoder_Makefile
Alexey Dokuchaev 62481c8986 audio/boca: update the port to version 1.0.7
Some components had been marked as obsolete and no longer
enabled by default, reconnect them to the build so we get
complete suite.

Reported by:	portscout
2023-03-11 12:19:24 +00:00

13 lines
394 B
Text

--- components/decoder/Makefile.orig 2023-03-05 15:43:57 UTC
+++ components/decoder/Makefile
@@ -6,6 +6,10 @@ include $(dir $(firstword $(MAKEFILE_LIST)))/$(BOCA_PA
FOLDERS = alac cuesheet faad2 fdkaac flac mac mpg123 opus sndfile speex vorbis
+ifneq ($(BUILD_OSX),True)
+ FOLDERS += lame mad
+endif
+
ifeq ($(BUILD_UNIX),True)
ifneq ($(BUILD_HAIKU),True)
ifneq ($(BUILD_OPENBSD),True)