]> git.pld-linux.org Git - packages/pinfo.git/blob - pinfo-amfix.patch
- release 2 (by relup.sh)
[packages/pinfo.git] / pinfo-amfix.patch
1 --- pinfo-0.6.3/src/Makefile.am.orig    Sat Oct 20 14:56:33 2001
2 +++ pinfo-0.6.3/src/Makefile.am Sat Oct 20 14:58:10 2001
3 @@ -67,11 +67,6 @@
4  pinfo_LDADD = $(pinfo_READLINE_OBJ) $(pinfo_SNPRINTF_OBJ)\
5                $(pinfo_SIGBLOCK_OBJ) @READLINE_LIBS@ $(INTLLIBS)
6  
7 -pinfo_DEPENDENCIES = $(pinfo_READLINE_OBJ)\
8 -                     $(pinfo_SNPRINTF_OBJ)\
9 -                     $(pinfo_SIGBLOCK_OBJ)\
10 -                    $(INTLDEPS)
11 -
12  
13  if HAS_READLINE
14  else
15 diff -urN pinfo-0.6.9.org/configure.ac pinfo-0.6.9/configure.ac
16 --- pinfo-0.6.9.org/configure.ac        2006-03-16 17:27:08.000000000 +0100
17 +++ pinfo-0.6.9/configure.ac    2009-11-10 08:52:01.572442899 +0100
18 @@ -222,7 +222,7 @@
19  ## TODO: have this put in config.h instead of passing it on the command line
20  CPPFLAGS="$CPPFLAGS -DCONFIGDIR=\\\"${sysconfdir}/pinforc\\\" -DLOCALEDIR=\\\"${LOCALEDIR}\\\""
21  ## TODO: looks evil
22 -MANDIR="`eval MANDIR=$mandir;echo $MANDIR|sed -e \"s#NONE#$ac_default_prefix#\"`"
23 +MANDIR=`eval MANDIR=$mandir;echo $MANDIR|sed -e "s#NONE#$ac_default_prefix#"`
24  
25  
26  
This page took 0.020156 seconds and 3 git commands to generate.