opnsense-ports/devel/pwlib/files/patch-plugins-Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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))