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, 14 insertions, 0 deletions
diff --git a/audio/ecasound/files/patch-ag b/audio/ecasound/files/patch-ag
new file mode 100644
index 000000000000..c8f83d280182
--- /dev/null
+++ b/audio/ecasound/files/patch-ag
@@ -0,0 +1,14 @@
+--- 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