[92842] trunk/dports/www/lighttpd

ryandesign at macports.org ryandesign at macports.org
Tue May 8 19:36:31 PDT 2012


Revision: 92842
          https://trac.macports.org/changeset/92842
Author:   ryandesign at macports.org
Date:     2012-05-08 19:36:31 -0700 (Tue, 08 May 2012)
Log Message:
-----------
lighttpd: fix build error with automake 1.12

Modified Paths:
--------------
    trunk/dports/www/lighttpd/Portfile

Added Paths:
-----------
    trunk/dports/www/lighttpd/files/patch-configure.ac.diff

Modified: trunk/dports/www/lighttpd/Portfile
===================================================================
--- trunk/dports/www/lighttpd/Portfile	2012-05-09 01:37:07 UTC (rev 92841)
+++ trunk/dports/www/lighttpd/Portfile	2012-05-09 02:36:31 UTC (rev 92842)
@@ -36,7 +36,8 @@
                             port:spawn-fcgi \
                             port:zlib
 
-patchfiles                  patch-conf.diff
+patchfiles                  patch-conf.diff \
+                            patch-configure.ac.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" \

Added: trunk/dports/www/lighttpd/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/www/lighttpd/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/www/lighttpd/files/patch-configure.ac.diff	2012-05-09 02:36:31 UTC (rev 92842)
@@ -0,0 +1,23 @@
+http://permalink.gmane.org/gmane.comp.handhelds.openembedded.core/19841
+--- configure.ac.orig
++++ configure.ac
+@@ -24,6 +24,11 @@ dnl AC_PROG_CXX
+ AC_PROG_LN_S
+ AC_PROG_MAKE_SET
+ 
++# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
++m4_pattern_allow([AM_PROG_AR])
++AM_PROG_AR
++
++
+ dnl check environment
+ AC_AIX
+ AC_ISC_POSIX
+@@ -39,7 +44,6 @@ AM_CONDITIONAL(NO_RDYNAMIC, test x$NO_RD
+ AC_EXEEXT
+ 
+ dnl more automake stuff
+-AM_C_PROTOTYPES
+ 
+ dnl libtool
+ AC_DISABLE_STATIC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120508/5849f9cb/attachment.html>


More information about the macports-changes mailing list