diff options
author | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
commit | ec81fd924ccfa4a135be31e8f27887286828c2de (patch) | |
tree | c4bd2f8529e840fa116e09d1f68e442cc7f2ce0c /www/lighttpd | |
parent | 497d7e487cb4abc3d85b201fc1bd72c134effbd4 (diff) | |
download | freebsd-ports-graphics-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.gz freebsd-ports-graphics-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.zst freebsd-ports-graphics-ec81fd924ccfa4a135be31e8f27887286828c2de.zip |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 1 | ||||
-rw-r--r-- | www/lighttpd/files/patch-configure.ac | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 7828d710701..938bbaac865 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -33,6 +33,7 @@ MAKE_JOBS_SAFE= yes #.else USE_AUTOTOOLS= autoconf autoheader aclocal automake libtool ACLOCAL_ARGS= -I m4 +AUTOMAKE_ARGS= --add-missing #.endif CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd --enable-static diff --git a/www/lighttpd/files/patch-configure.ac b/www/lighttpd/files/patch-configure.ac new file mode 100644 index 00000000000..2f5c627cd90 --- /dev/null +++ b/www/lighttpd/files/patch-configure.ac @@ -0,0 +1,20 @@ +--- configure.ac.orig 2011-07-03 09:33:11.000000000 -0700 ++++ configure.ac 2012-05-03 16:49:19.000000000 -0700 +@@ -18,2 +18,3 @@ + AM_PROG_CC_C_O ++AM_PROG_AR + AC_PROG_LD +@@ -26,7 +27,2 @@ + +-dnl check environment +-AC_AIX +-AC_ISC_POSIX +-AC_MINIX +- + dnl AC_CANONICAL_HOST +@@ -40,5 +36,2 @@ + +-dnl more automake stuff +-AM_C_PROTOTYPES +- + dnl libtool |