diff -NrU4 --exclude=.svn --exclude=.macports.evolution.data.server.state --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/evolution-data-server/Portfile ./Portfile
old
|
new
|
|
25 | 25 | port:nss |
26 | 26 | |
27 | 27 | use_bzip2 yes |
28 | 28 | |
29 | | patchfiles patch-configure.in.diff |
| 29 | patchfiles patch-configure.in.diff \ |
| 30 | patch-acinclude.m4.diff |
30 | 31 | |
31 | 32 | use_autoconf yes |
32 | 33 | |
33 | 34 | configure.args \ |
diff -NrU4 --exclude=.svn --exclude=.macports.evolution.data.server.state --exclude=work /opt/local/var/macports/sources/rsync.macports.org/release/ports/gnome/evolution-data-server/files/patch-acinclude.m4.diff ./files/patch-acinclude.m4.diff
old
|
new
|
|
| 1 | --- acinclude.m4.orig 2009-05-03 07:55:03.000000000 -0700 |
| 2 | +++ acinclude.m4 2009-06-07 00:49:08.000000000 -0700 |
| 3 | @@ -444,9 +444,9 @@ |
| 4 | for arg in "$[]@"; do |
| 5 | case "$arg" in |
| 6 | --mode=compile) modeok=true ;; |
| 7 | --tag=CC|--tag=CXX) tagok=true ;; |
| 8 | - *) args+=("$arg") |
| 9 | + *) args[${#args[*]}]="$arg" |
| 10 | esac |
| 11 | done |
| 12 | if $modeok && $tagok ; then |
| 13 | . ${top_builddir_slash}doltcompile "${args@<:@@@:>@}" |