1 | ? patch-Portfile |
---|
2 | Index: Portfile |
---|
3 | =================================================================== |
---|
4 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/gnome/gnome-print/Portfile,v |
---|
5 | retrieving revision 1.2 |
---|
6 | diff -u -r1.2 Portfile |
---|
7 | --- Portfile 23 Feb 2004 13:59:01 -0000 1.2 |
---|
8 | +++ Portfile 14 Feb 2005 23:00:01 -0000 |
---|
9 | @@ -16,3 +16,5 @@ |
---|
10 | patch_gnome-print-pclv.c |
---|
11 | depends_lib lib:libgdk-pixbuf:gdk-pixbuf lib:libgnome:gnome-libs |
---|
12 | configure.args --mandir=${prefix}/share/man |
---|
13 | +configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ |
---|
14 | + CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" |
---|