diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-07 20:46:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-07 20:46:41 (GMT) |
commit | 5d3dfb713e653fe0c1da7d6931ac39ed01c7f4e1 (patch) | |
tree | 0eeed6b8f0a582591bac499098adea320bade4c9 /abs/extra/recode/recode_automake.patch | |
parent | 2dea939a03d9d14ce352eae63f7788f3262a3294 (diff) | |
download | linhes_pkgbuild-5d3dfb713e653fe0c1da7d6931ac39ed01c7f4e1.zip linhes_pkgbuild-5d3dfb713e653fe0c1da7d6931ac39ed01c7f4e1.tar.gz linhes_pkgbuild-5d3dfb713e653fe0c1da7d6931ac39ed01c7f4e1.tar.bz2 |
recode 3.6
Diffstat (limited to 'abs/extra/recode/recode_automake.patch')
-rw-r--r-- | abs/extra/recode/recode_automake.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/extra/recode/recode_automake.patch b/abs/extra/recode/recode_automake.patch new file mode 100644 index 0000000..8468f54 --- /dev/null +++ b/abs/extra/recode/recode_automake.patch @@ -0,0 +1,23 @@ +--- recode-3.6.orig/configure.in 2001-01-03 16:50:54.000000000 +0100 ++++ recode-3.6/configure.in 2012-07-23 14:15:28.000000000 +0200 +@@ -15,7 +15,7 @@ + AM_PROG_LIBTOOL + + AC_ISC_POSIX +-AM_C_PROTOTYPES ++dnl AM_C_PROTOTYPES + AC_C_CONST + AC_C_INLINE + ad_AC_PROG_FLEX +--- recode-3.6.orig/src/Makefile.am 2000-12-06 17:36:12.000000000 +0100 ++++ recode-3.6/src/Makefile.am 2012-07-23 14:47:07.000000000 +0200 +@@ -17,7 +17,7 @@ + # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + # 02111-1307, USA. + +-AUTOMAKE_OPTIONS = gnits ansi2knr ++AUTOMAKE_OPTIONS = gnits + bin_PROGRAMS = recode + lib_LTLIBRARIES = librecode.la + man_MANS = recode.1 + |