]> git.pld-linux.org Git - packages/vorbis-tools.git/commitdiff
- added nolibnsl patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Mar 2003 19:47:32 +0000 (19:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vorbis-tools-nolibnsl.patch -> 1.1
    vorbis-tools.spec -> 1.31

vorbis-tools-nolibnsl.patch [new file with mode: 0644]
vorbis-tools.spec

diff --git a/vorbis-tools-nolibnsl.patch b/vorbis-tools-nolibnsl.patch
new file mode 100644 (file)
index 0000000..da6ff15
--- /dev/null
@@ -0,0 +1,13 @@
+--- vorbis-tools-1.0/configure.in.orig Sun Mar  2 18:44:45 2003
++++ vorbis-tools-1.0/configure.in      Sun Mar  2 18:52:06 2003
+@@ -49,8 +49,8 @@
+ I18N_LIBS=$INTLLIBS
+ SOCKET_LIBS=
+-AC_CHECK_LIB(socket, socket, SOCKET_LIBS="-lsocket")
+-AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")
++AC_CHECK_FUNC(socket, , [AC_CHECK_LIB(socket, socket, SOCKET_LIBS="-lsocket")])
++AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl, gethostbyname, SOCKET_LIBS="-lnsl $SOCKET_LIBS")])
+ dnl --------------------------------------------------
+ dnl Check for ogg123 critical libraries
index 3a921520fb60313785441c9b9edff9519d6560d9..06e76f32a6db1822d4828d96f1651d02d27195fc 100644 (file)
@@ -11,6 +11,7 @@ Group:                Development/Libraries
 Source0:       http://www.vorbis.com/files/%{version}/unix/%{name}-%{version}.tar.gz
 Patch0:                %{name}-ac_fixes.patch
 Patch1:                %{name}-amfix.patch
+Patch2:                %{name}-nolibnsl.patch
 URL:           http://www.vorbis.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -44,6 +45,7 @@ de alta qualidade.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f missing
This page took 0.095592 seconds and 4 git commands to generate.