1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/perl5.8/Portfile,v |
---|
4 | retrieving revision 1.20 |
---|
5 | diff -u -r1.20 Portfile |
---|
6 | --- Portfile 12 Mar 2003 03:03:46 -0000 1.20 |
---|
7 | +++ Portfile 5 Apr 2003 14:18:57 -0000 |
---|
8 | @@ -13,7 +13,8 @@ |
---|
9 | checksums md5 d9bdb180620306023fd35901a2878b62 |
---|
10 | configure.cmd sh Configure |
---|
11 | unset configure.pre_args |
---|
12 | -variant darwin { patchfiles patch-perlio-darwin.diff } |
---|
13 | +variant darwin { patchfiles patch-perlio-darwin.diff } |
---|
14 | +varian puredarwin { patchfiles patch-perlio-darwin.diff } |
---|
15 | configure.post_args -des -Dinstallprefix=${destroot}/${prefix} \ |
---|
16 | -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'\ |
---|
17 | -I'${prefix}/include/db4' -Dldflags=-L'${prefix}/lib'" |
---|