1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/gnome-vfs/Portfile,v |
---|
4 | retrieving revision 1.25 |
---|
5 | diff -u -r1.25 Portfile |
---|
6 | --- Portfile 25 May 2005 15:38:26 -0000 1.25 |
---|
7 | +++ Portfile 4 Jun 2005 14:41:39 -0000 |
---|
8 | @@ -55,3 +55,12 @@ |
---|
9 | } |
---|
10 | } |
---|
11 | |
---|
12 | +platform darwin 8 { |
---|
13 | + post-patch { |
---|
14 | + reinplace "s|-flat_namespace -undefined suppress||g" \ |
---|
15 | + ${worksrcpath}/configure |
---|
16 | + |
---|
17 | + reinplace "s|-flat_namespace||g" \ |
---|
18 | + ${worksrcpath}/configure |
---|
19 | + } |
---|
20 | +} |
---|