]> git.pld-linux.org Git - packages/sed.git/commitdiff
- added ac25x patch needed for autoconf 2.53; release 14 RA-1_0 sed-3_02-14
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 10 Apr 2002 22:34:32 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sed-ac25x.patch -> 1.1
    sed.spec -> 1.41

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

diff --git a/sed-ac25x.patch b/sed-ac25x.patch
new file mode 100644 (file)
index 0000000..db5ba6a
--- /dev/null
@@ -0,0 +1,20 @@
+--- sed-3.02/configure.in.orig Wed Apr 10 23:48:31 2002
++++ sed-3.02/configure.in      Wed Apr 10 23:53:39 2002
+@@ -58,7 +58,7 @@
+    [  --with-regex=REGEX-LIB  specify an alternative regex implementation],
+    [case "$withval" in yes|no) ;; *) ac_regex_lib="$withval" ;; esac])
+ case "$ac_regex_lib" in
+-  lib/regex.o) LIBOBJS="$LIBOBJS regex.o" ;;
++  lib/regex.o) AC_LIBOBJ([regex]) ;;
+   ""|no) ;;
+   *) LIBS="$LIBS $ac_regex_lib" ;;
+ esac
+@@ -67,7 +67,7 @@
+   *)  AC_MSG_RESULT(using $ac_regex_lib)  ;;
+ esac
+-case " $LIBOBJS " in
++case " $LIB@&t@OBJS " in
+   *\ regex.o\ *)
+     ac_cv_func_regnexec=yes
+     ac_cv_func_regexec=yes
index d36553f4fd1a994772280b085122636b9ef49208..9ca809416f5f0061dd48d3066b25b8aad80ccfc7 100644 (file)
--- a/sed.spec
+++ b/sed.spec
@@ -10,7 +10,7 @@ Summary(tr):  GNU dosya i
 Summary(uk):   ðÏÔÏËÏ×ÉÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÕ GNU
 Name:          sed
 Version:       3.02
-Release:       13
+Release:       14
 License:       GPL
 Group:         Applications/Text
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/sed/%{name}-%{version}.tar.gz
@@ -19,6 +19,7 @@ Patch0:               %{name}.patch
 Patch1:                %{name}-info.patch
 Patch2:                %{name}-autoconf_fix.patch
 Patch3:                %{name}-doc.patch
+Patch4:                %{name}-ac25x.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -95,6 +96,7 @@ sed (Stream EDitor) - 
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm -f missing
This page took 0.042139 seconds and 4 git commands to generate.