diff -urN /opt/local/var/macports/sources/rsync.macports.org/release/ports/www/apache2/Portfile ports/www/apache2/Portfile
old
|
new
|
|
21 | 21 | checksums md5 203bea91715064f0c787f6499d33a377 \ |
22 | 22 | sha1 e6ef926ecd1f9a412af8c266239f0a6f58c63854 |
23 | 23 | use_bzip2 yes |
| 24 | use_autoconf yes |
24 | 25 | |
25 | 26 | depends_lib port:apr \ |
26 | 27 | port:apr-util \ |
… |
… |
|
28 | 29 | port:openssl \ |
29 | 30 | port:pcre |
30 | 31 | |
31 | | patchfiles patch-httpd-std.conf.in |
| 32 | patchfiles patch-httpd-std.conf.in \ |
| 33 | patch-configure.in |
32 | 34 | |
33 | 35 | platform darwin { |
34 | 36 | post-patch { |
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)" |