]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- libpyecasound and libecasoundc linking fix
authorwrobell <wrobell@pld-linux.org>
Wed, 27 Dec 2000 21:11:14 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound-lib.patch -> 1.1

ecasound-lib.patch [new file with mode: 0644]

diff --git a/ecasound-lib.patch b/ecasound-lib.patch
new file mode 100644 (file)
index 0000000..d14bf53
--- /dev/null
@@ -0,0 +1,31 @@
+diff -Nur ecasound-1.8.5d15.orig/libecasoundc/Makefile.am ecasound-1.8.5d15/libecasoundc/Makefile.am
+--- ecasound-1.8.5d15.orig/libecasoundc/Makefile.am    Mon Nov 27 04:13:33 2000
++++ ecasound-1.8.5d15/libecasoundc/Makefile.am Wed Dec 27 20:32:32 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_srcdir)/libecasound/.libs -lecasound_debug
+ else
+ eca_ldflags = -s -version-info 0:0:0
+-ecasound_libs = -lecasound
++ecasound_libs = -L$(top_srcdir)/libecasound/.libs -lecasound
+ endif
+ if KVUTILS_INSTALLED
+diff -Nur ecasound-1.8.5d15.orig/pyecasound/Makefile.am ecasound-1.8.5d15/pyecasound/Makefile.am
+--- ecasound-1.8.5d15.orig/pyecasound/Makefile.am      Wed Dec  6 02:46:42 2000
++++ ecasound-1.8.5d15/pyecasound/Makefile.am   Wed Dec 27 21:01:08 2000
+@@ -6,9 +6,9 @@
+ # ----------------------------------------------------------------------
+ if INCLUDE_DEBUG
+-ecasound_libs                         = -lecasound_debug
++ecasound_libs                         = -L$(top_srcdir)/libecasound/.libs -lecasound_debug
+ else
+-ecasound_libs                         = -lecasound
++ecasound_libs                         = -L$(top_srcdir)/libecasound/.libs -lecasound
+ endif
+ if KVUTILS_INSTALLED
This page took 0.067278 seconds and 4 git commands to generate.