mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
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
13 lines
356 B
Text
13 lines
356 B
Text
--- components/encoder/Makefile.orig 2023-03-05 15:43:57 UTC
|
|
+++ components/encoder/Makefile
|
|
@@ -6,6 +6,10 @@ include $(dir $(firstword $(MAKEFILE_LIST)))/$(BOCA_PA
|
|
|
|
FOLDERS = fdkaac flac lame mac meh opus sndfile speex vorbis
|
|
|
|
+ifneq ($(BUILD_OSX),True)
|
|
+ FOLDERS += faac voaacenc
|
|
+endif
|
|
+
|
|
ifeq ($(USE_WINE),True)
|
|
FOLDERS += coreaudioconnect
|
|
endif
|