Ticket #16662: Portfile.patch

File Portfile.patch, 658 bytes (added by joe@…, 15 years ago)

There we go, here's the Patchfile.

Line 
1*** Portfile.old        2009-01-27 15:01:07.000000000 -0500
2--- Portfile    2009-01-27 15:01:07.000000000 -0500
3***************
4*** 59,65 ****
5  }
6  configure.dir   ${workpath}/build
7  configure.cmd   ${worksrcpath}/configure
8! configure.cc    "cc -no-cpp-precomp"
9  configure.env ${environment}
10  configure.args  --infodir='${prefix}/share/info' \
11                                --mandir='${prefix}/share/man' \
12--- 59,65 ----
13  }
14  configure.dir   ${workpath}/build
15  configure.cmd   ${worksrcpath}/configure
16! configure.cc    "cc -no-cpp-precomp -I${prefix}/include"
17  configure.env ${environment}
18  configure.args  --infodir='${prefix}/share/info' \
19                                --mandir='${prefix}/share/man' \