summaryrefslogtreecommitdiff
path: root/audio/ecasound/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ecasound/files/patch-af')
-rw-r--r--audio/ecasound/files/patch-af16
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/ecasound/files/patch-af b/audio/ecasound/files/patch-af
deleted file mode 100644
index a63cab2e3432..000000000000
--- a/audio/ecasound/files/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
---- libecasoundc/Makefile.am.orig Sun Nov 26 22:13:33 2000
-+++ libecasoundc/Makefile.am Fri Dec 22 02:51:28 2000
-@@ -9,10 +9,10 @@
- # remember to update eca-version.cpp
- if INCLUDE_DEBUG
- eca_ldflags = -version-info 0:0:0
--ecasound_libs = -lecasound_debug
-+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound_debug
- else
- eca_ldflags = -s -version-info 0:0:0
--ecasound_libs = -lecasound
-+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound
- endif
-
- if KVUTILS_INSTALLED
-