summaryrefslogtreecommitdiff
path: root/audio/ecasound/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ecasound/files/patch-ag')
-rw-r--r--audio/ecasound/files/patch-ag14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/ecasound/files/patch-ag b/audio/ecasound/files/patch-ag
deleted file mode 100644
index c8f83d280182..000000000000
--- a/audio/ecasound/files/patch-ag
+++ /dev/null
@@ -1,14 +0,0 @@
---- pyecasound/Makefile.am.orig Tue Dec 5 20:46:42 2000
-+++ pyecasound/Makefile.am Fri Dec 22 02:53:02 2000
-@@ -6,9 +6,9 @@
- # ----------------------------------------------------------------------
-
- if INCLUDE_DEBUG
--ecasound_libs = -lecasound_debug
-+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound_debug
- else
--ecasound_libs = -lecasound
-+ecasound_libs = -L$(top_builddir)/libecasound/.libs -lecasound
- endif
-
- if KVUTILS_INSTALLED