1 | *** Portfile_old 2005-11-16 16:52:57.000000000 +0000 |
---|
2 | --- Portfile 2005-11-17 14:00:21.000000000 +0000 |
---|
3 | *************** |
---|
4 | *** 15,23 **** |
---|
5 | master_sites ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ |
---|
6 | checksums md5 928c578d4808012fe5ba5587071d2aa2 |
---|
7 | configure.env CFLAGS="-fstrict-aliasing -funroll-loops -L${prefix}/lib" \ |
---|
8 | ! CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include" |
---|
9 | configure.args --disable-nls --disable-rpath --disable-debug --with-engine=intrp |
---|
10 | ! depends_lib lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 lib:libart_lgpl_2:libart_lgpl |
---|
11 | |
---|
12 | platform darwin 8 { |
---|
13 | depends_lib-delete port:jikes |
---|
14 | --- 15,23 ---- |
---|
15 | master_sites ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ |
---|
16 | checksums md5 928c578d4808012fe5ba5587071d2aa2 |
---|
17 | configure.env CFLAGS="-fstrict-aliasing -funroll-loops -L${prefix}/lib" \ |
---|
18 | ! CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include -I${prefix}/include/freetype2" |
---|
19 | configure.args --disable-nls --disable-rpath --disable-debug --with-engine=intrp |
---|
20 | ! depends_lib lib:libesd:esound lib:libgmp:gmp lib:libgtk.2:gtk2 lib:libart_lgpl_2:libart_lgpl lib:libfreetype:freetype |
---|
21 | |
---|
22 | platform darwin 8 { |
---|
23 | depends_lib-delete port:jikes |
---|