Ticket #664: patch-Portfile-gimp

File patch-Portfile-gimp, 759 bytes (added by fkr@…, 21 years ago)

patch to portfile

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/gimp/Portfile,v
4retrieving revision 1.20
5diff -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]