]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
373625c45bbfb768a2f792e84286e317 ecasound-1.9dev1.tar.gz
authorwrobell <wrobell@pld-linux.org>
Fri, 9 Feb 2001 16:56:22 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound-lib.patch -> 1.2

ecasound-lib.patch [deleted file]

diff --git a/ecasound-lib.patch b/ecasound-lib.patch
deleted file mode 100644 (file)
index d14bf53..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-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.032051 seconds and 4 git commands to generate.