diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-16 06:21:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-16 06:21:15 +0000 |
commit | 6786b39ad58ff4e5310ab2cae55b91c82e8788ef (patch) | |
tree | 1e52373c1ab2e5b9c88585cac1691e5143b75cc6 /main/a2ps/a2ps-automake-1.12.patch | |
parent | 9dd2f4319cddaef919ad402105fdfac9d41b7930 (diff) | |
download | aports-6786b39ad58ff4e5310ab2cae55b91c82e8788ef.tar.bz2 aports-6786b39ad58ff4e5310ab2cae55b91c82e8788ef.tar.xz |
main/a2ps: build fix for automake 1.12
Diffstat (limited to 'main/a2ps/a2ps-automake-1.12.patch')
-rw-r--r-- | main/a2ps/a2ps-automake-1.12.patch | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/main/a2ps/a2ps-automake-1.12.patch b/main/a2ps/a2ps-automake-1.12.patch new file mode 100644 index 0000000000..b0b4cbaff4 --- /dev/null +++ b/main/a2ps/a2ps-automake-1.12.patch @@ -0,0 +1,43 @@ +--- ./configure.in.orig ++++ ./configure.in +@@ -43,7 +43,6 @@ + AC_ISC_POSIX + AC_PROG_CPP + AM_PROG_CC_STDC +-AM_C_PROTOTYPES + AC_PROG_YACC + fp_PROG_ECHO + AC_PROG_GPERF +--- ./lib/Makefile.am.orig ++++ ./lib/Makefile.am +@@ -17,7 +17,6 @@ + + ## Process this file with automake to produce Makefile.in. + ## This seems to make problems with some makes +-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr + + # + # Definition of the local target +--- ./src/Makefile.am.orig ++++ ./src/Makefile.am +@@ -23,9 +23,6 @@ + + ## Process this file with automake to produce Makefile.in + +-## Since this package is written in ansi, be ready to un-ansify +-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr +- + bin_PROGRAMS = a2ps + + DEFS = @DEFS@ -DLOCALEDIR=\"$(datadir)/locale\" +--- ./contrib/sample/Makefile.am.orig ++++ ./contrib/sample/Makefile.am +@@ -25,8 +25,6 @@ + + ## Process this file with automake to produce Makefile.in + +-## Since this package is written in ansi, be ready to un-ansify +-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr + localedir = $(datadir)/locale + + noinst_PROGRAMS = sample |