]> git.pld-linux.org Git - packages/attr.git/blobdiff - attr-miscfix.patch
- updated to 2.0.9
[packages/attr.git] / attr-miscfix.patch
index 53a3452d6bde83784e3fb86e384c16d79da599b9..65b56378fa8c8cac4b235af4d55a86394950336f 100644 (file)
@@ -1,39 +1,17 @@
 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 @@
+@@ -108,13 +111,6 @@
+ dnl also check if man page source is gzipped
  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
+ dnl build definitions for use in Makefiles
This page took 0.069641 seconds and 4 git commands to generate.