diff options
Diffstat (limited to 'print/bibtool/patches')
-rw-r--r-- | print/bibtool/patches/patch-aa | 31 | ||||
-rw-r--r-- | print/bibtool/patches/patch-ab | 10 |
2 files changed, 41 insertions, 0 deletions
diff --git a/print/bibtool/patches/patch-aa b/print/bibtool/patches/patch-aa new file mode 100644 index 00000000000..f9baf70d6f8 --- /dev/null +++ b/print/bibtool/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $ + +--- BibTcl/configure.orig 2006-03-19 11:48:19.000000000 -0500 ++++ BibTcl/configure +@@ -712,7 +712,7 @@ done + + ac_given_srcdir=$srcdir + +-trap 'rm -fr `echo "Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 ++trap 'rm -fr `echo "makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 + EOF + cat >> $CONFIG_STATUS <<EOF + +@@ -794,7 +794,7 @@ EOF + + cat >> $CONFIG_STATUS <<EOF + +-CONFIG_FILES=\${CONFIG_FILES-"Makefile"} ++CONFIG_FILES=\${CONFIG_FILES-"makefile"} + EOF + cat >> $CONFIG_STATUS <<\EOF + for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then +@@ -834,7 +834,7 @@ for ac_file in .. $CONFIG_FILES; do if t + rm -f "$ac_file" + configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." + case "$ac_file" in +- *Makefile*) ac_comsub="1i\\ ++ *makefile*) ac_comsub="1i\\ + # $configure_input" ;; + *) ac_comsub= ;; + esac diff --git a/print/bibtool/patches/patch-ab b/print/bibtool/patches/patch-ab new file mode 100644 index 00000000000..af4866609ac --- /dev/null +++ b/print/bibtool/patches/patch-ab @@ -0,0 +1,10 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/03/31 03:11:56 smb Exp $ + +--- BibTcl/configure.in.orig 2006-03-19 11:48:23.000000000 -0500 ++++ BibTcl/configure.in +@@ -48,4 +48,4 @@ AC_SUBST(TCL_VERSION) + TCL_PREFIX=$TCL_PREFIX + AC_SUBST(TCL_PREFIX) + +-AC_OUTPUT(Makefile) ++AC_OUTPUT(makefile) |