diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:37:03 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-07-21 23:37:03 +0000 |
commit | 06ce5f1e06baeea476a4af498e2b967257f92dbd (patch) | |
tree | 3c00a96c69f3f7cba549c88ca28d08dfc78a9c2a /www/lighttpd/files/patch-configure.ac | |
parent | - Unsilence INSTALL_* commands (diff) |
- Update to 1.4.40
- Convert to USES=localbase
- Update MAINTAINER address
- Remove NODELAY option, it has been integrated upstream
- Modernize Makefile
PR: 211163
Submitted by: Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)
Notes
Notes:
svn path=/head/; revision=418900
Diffstat (limited to 'www/lighttpd/files/patch-configure.ac')
-rw-r--r-- | www/lighttpd/files/patch-configure.ac | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/lighttpd/files/patch-configure.ac b/www/lighttpd/files/patch-configure.ac deleted file mode 100644 index 49849dff853c..000000000000 --- a/www/lighttpd/files/patch-configure.ac +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.ac.orig 2015-07-26 10:36:36 UTC -+++ configure.ac -@@ -46,6 +46,7 @@ AC_DEFUN([TRY_CFLAGS], - dnl Checks for programs. - AC_PROG_CC - AM_PROG_CC_C_O -+AM_PROG_AR - AC_PROG_LD - AC_PROG_INSTALL - AC_PROG_AWK -@@ -60,11 +61,6 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC - dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS) - m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) - --dnl check environment --AC_AIX --AC_ISC_POSIX --AC_MINIX -- - dnl AC_CANONICAL_HOST - case $host_os in - *darwin*|*cygwin*|*aix*|*mingw* ) NO_RDYNAMIC=yes;; |