forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
333 B
Text
18 lines
333 B
Text
--- plugins/Makefile.in.orig Thu Apr 6 10:15:56 2006
|
|
+++ plugins/Makefile.in Thu Apr 6 10:18:41 2006
|
|
@@ -22,6 +22,15 @@
|
|
endif
|
|
endif
|
|
|
|
+HAS_ESD = @HAS_ESD@
|
|
+
|
|
+ifeq (1,$(HAS_ESD))
|
|
+SUBDIRS += sound_esd
|
|
+ifeq (,$(DEFAULT_SOUND))
|
|
+DEFAULT_SOUND = sound_esd
|
|
+endif
|
|
+endif
|
|
+
|
|
HAS_SUNAUDIO = @HAS_SUNAUDIO@
|
|
|
|
ifeq (1,$(HAS_SUNAUDIO))
|