Ticket #2927: diff-gnome-vfs

File diff-gnome-vfs, 525 bytes (added by olegb@…, 19 years ago)

remove teh flat_namespace

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/gnome-vfs/Portfile,v
4retrieving revision 1.25
5diff -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+}