]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr-miscfix.patch
- update gettext BR
[packages/attr.git] / attr-miscfix.patch
index 53a3452d6bde83784e3fb86e384c16d79da599b9..fd77cc576874cfef143e42cf1ae8bada5f7eec74 100644 (file)
@@ -1,39 +1,15 @@
-diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
---- attr-1.0.1.org/configure.in        Tue May  1 22:33:54 2001
-+++ attr-1.0.1/configure.in    Tue May  1 22:39:07 2001
-@@ -28,7 +28,10 @@
- AC_SUBST(malloc_lib)
- dnl Set version
--. ./VERSION
-+PKG_MAJOR=1
-+PKG_MINOR=1
-+PKG_REVISION=3
-+PKG_BUILD=0
- pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
- pkg_release=$PKG_BUILD
-@@ -108,14 +111,6 @@
- dnl (usually on Debian, but not Redhat pre-7.0)
- pkg_man_dir=${prefix}/share/man
- have_zipped_manpages=false
--for d in ${prefix}/share/man ${prefix}/man ; do
--    if test -f $d/man1/man.1.gz
--    then
--      pkg_man_dir=$d
--      have_zipped_manpages=true
--      break
--    fi
--done
- AC_SUBST(pkg_man_dir)
- AC_SUBST(have_zipped_manpages)
-@@ -134,7 +134,7 @@
- AC_SUBST(have_zipped_manpages)
- dnl binaries
--pkg_bin_dir=${prefix}/bin
-+pkg_bin_dir=/bin
- AC_SUBST(pkg_bin_dir)
- dnl static libraries
+--- attr-2.4.7/m4/manual_format.m4.orig        2003-06-25 03:51:29.000000000 +0200
++++ attr-2.4.7/m4/manual_format.m4     2003-08-08 21:08:12.000000000 +0200
+@@ -6,12 +6,5 @@
+ # 
+ AC_DEFUN([AC_MANUAL_FORMAT],
+   [ have_zipped_manpages=false
+-    for d in ${prefix}/share/man ${prefix}/man ; do
+-        if test -f $d/man1/man.1.gz
+-        then
+-            have_zipped_manpages=true
+-            break
+-        fi
+-    done
+     AC_SUBST(have_zipped_manpages)
+   ])
This page took 0.0626 seconds and 4 git commands to generate.