Ticket #13653: apache2.diff

File apache2.diff, 1.5 KB (added by juno@…, 16 years ago)

work around

  • ports/www/apache2/Portfile

    diff -urN /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/apache2/Portfile ports/www/apache2/Portfile
    old new  
    2121checksums        md5 203bea91715064f0c787f6499d33a377 \
    2222                                 sha1 e6ef926ecd1f9a412af8c266239f0a6f58c63854
    2323use_bzip2        yes
     24use_autoconf     yes
    2425
    2526depends_lib      port:apr \
    2627                 port:apr-util \
     
    2829                 port:openssl \
    2930                 port:pcre
    3031
    31 patchfiles       patch-httpd-std.conf.in
     32patchfiles       patch-httpd-std.conf.in \
     33                 patch-configure.in
    3234
    3335platform darwin {
    3436        post-patch {
  • ports/www/apache2/files/patch-configure.in

    diff -urN /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/apache2/files/patch-configure.in ports/www/apache2/files/patch-configure.in
    old new  
     1--- configure.in.orig   2007-07-17 23:48:25.000000000 +0900
     2+++ configure.in        2008-01-07 00:12:32.000000000 +0900
     3@@ -229,7 +229,7 @@
     4       ;;
     5   *)
     6       if test "x$LTFLAGS" = "x"; then
     7-          LTFLAGS='--silent'
     8+          LTFLAGS='--silent --tag=CC'
     9       fi
     10       my_libtool=`$apr_config --apr-libtool`
     11       LIBTOOL="$my_libtool \$(LTFLAGS)"