]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
This commit was manufactured by cvs2git to create tag 'STABLE'. STABLE
authorcvs2git <feedback@pld-linux.org>
Thu, 24 Oct 2002 10:31:08 +0000 (10:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2002-10-24 10:31:08 UTC kloczek <kloczek@pld-linux.org> '- removed added by mistake -fno-rtti from CXXFLAGS.'
Cherrypick from master 2000-12-27 21:11:14 UTC wrobell <wrobell@pld-linux.org> '- libpyecasound and libecasoundc linking fix':
    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.126443 seconds and 4 git commands to generate.