1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/gimp/Portfile,v |
---|
4 | retrieving revision 1.20 |
---|
5 | diff -u -r1.20 Portfile |
---|
6 | --- Portfile 11 Aug 2003 10:03:07 -0000 1.20 |
---|
7 | +++ Portfile 16 Aug 2003 12:36:14 -0000 |
---|
8 | @@ -20,7 +20,8 @@ |
---|
9 | patch-procedural_db_cmds.c patch-regex.c patch-regex.h \ |
---|
10 | patch-scriptfu-interp_regex.c |
---|
11 | |
---|
12 | -configure.env PATH=$\{PATH\}:${prefix}/bin CPPFLAGS=-I${prefix}/include |
---|
13 | +configure.env PATH=$\{PATH\}:${prefix}/bin CPPFLAGS=-I${prefix}/include \ |
---|
14 | + CFLAGS="-flat_namespace -undefined suppress" |
---|
15 | configure.args --disable-print |
---|
16 | post-destroot { system "rm ${destroot}${prefix}/bin/gimp" |
---|
17 | set script [open "${destroot}${prefix}/bin/gimp" w 0755] |
---|