]> git.pld-linux.org Git - packages/esound.git/commitdiff
- added ac25x patch needed for autoconf 2.53; release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Apr 2002 16:11:03 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    esound-ac25x.patch -> 1.1
    esound.spec -> 1.65

esound-ac25x.patch [new file with mode: 0644]
esound.spec

diff --git a/esound-ac25x.patch b/esound-ac25x.patch
new file mode 100644 (file)
index 0000000..b57eebd
--- /dev/null
@@ -0,0 +1,12 @@
+--- esound-0.2.24/configure.in.orig    Fri Mar  1 23:07:05 2002
++++ esound-0.2.24/configure.in Thu Apr 25 00:39:56 2002
+@@ -81,8 +81,7 @@
+ dnl check for getopt_long, substitute the distributed versions if not
+-AC_CHECK_FUNC(getopt_long,,[LIBOBJS="$LIBOBJS getopt.o getopt1.o"])
+-AC_SUBST(LIBOBJS)
++AC_CHECK_FUNC(getopt_long,,[AC_LIBOBJ([getopt]); AC_LIBOBJ([getopt1])])
+ dnl Needed for FIONBIO on Solaris at least
index 3e70a49e07cd015043e95f226650c99ff78c2983..6d1b799d526370b56d5ec0384382b10883fd0a9f 100644 (file)
@@ -11,12 +11,13 @@ Summary(ru):        
 Summary(uk):   óÅÒ×ÅÒ, ÝÏ ÄÏÚ×ÏÌѤ Í¦ËÛÉÒÕ×ÁÔÉ ×ÉצĠÎÁ Ú×ÕËÏ×ÉÊ ÐÒÉÓÔÒ¦Ê
 Name:          esound
 Version:       0.2.24
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Daemons
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/%{name}-%{version}.tar.gz
 Patch0:                %{name}-esddsp.in.patch
+Patch1:                %{name}-ac25x.patch
 URL:           http://www.tux.org/~ricdude/EsounD.html
 BuildRequires: audiofile-devel >= 0.2.0
 BuildRequires: autoconf
@@ -134,6 +135,7 @@ usem o servidor de som EsounD.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing acinclude.m4
This page took 0.131877 seconds and 4 git commands to generate.