diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-28 19:52:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-28 19:52:08 +0000 |
commit | 1fa93082b1b1caec40cc0788bff206e4ab9212b4 (patch) | |
tree | 8fbed56cd7db0c1bab0f16194924b1dcaebb2725 /dev-libs/check/files | |
parent | Adding beryl-0.1.4 to the tree (diff) | |
download | gentoo-2-1fa93082b1b1caec40cc0788bff206e4ab9212b4.tar.gz gentoo-2-1fa93082b1b1caec40cc0788bff206e4ab9212b4.tar.bz2 gentoo-2-1fa93082b1b1caec40cc0788bff206e4ab9212b4.zip |
Cleanup autotools.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-libs/check/files')
-rw-r--r-- | dev-libs/check/files/check-0.9.5-autotools.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-libs/check/files/check-0.9.5-autotools.patch b/dev-libs/check/files/check-0.9.5-autotools.patch new file mode 100644 index 000000000000..f146c03a6eef --- /dev/null +++ b/dev-libs/check/files/check-0.9.5-autotools.patch @@ -0,0 +1,14 @@ +Needed with newer autotools: + +tests/Makefile.am:22: compiling `check_list.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' + +--- configure.ac ++++ configure.ac +@@ -68,6 +68,7 @@ + # Checks for programs. + AC_PROG_AWK + AC_PROG_CC ++AM_PROG_CC_C_O + AC_PROG_INSTALL + AC_PROG_LN_S + AC_PROG_LIBTOOL |