diff options
Diffstat (limited to 'devel/pwlib/files/patch-plugins-Makefile.in')
-rw-r--r-- | devel/pwlib/files/patch-plugins-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-plugins-Makefile.in b/devel/pwlib/files/patch-plugins-Makefile.in new file mode 100644 index 000000000000..d7d1524aeb4a --- /dev/null +++ b/devel/pwlib/files/patch-plugins-Makefile.in @@ -0,0 +1,18 @@ +--- 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)) |