Ticket #10078: patch-Portfile

File patch-Portfile, 402 bytes (added by darren.bane@…, 18 years ago)

Patch against net/tsocks/Portfile

Line 
1--- Portfile.orig       2006-08-16 17:58:40.000000000 +0100
2+++ Portfile    2006-08-16 17:58:45.000000000 +0100
3@@ -31,11 +31,6 @@
4                 --libdir=${prefix}/lib \
5                 --mandir=${prefix}/share/man
6 
7-platform darwin 8 {
8-       configure.env CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 \
9-       CXX=/usr/bin/g++-3.3
10-}
11-
12 post-extract {
13        reinplace "s|/etc/tsocks.conf|${prefix}/etc/tsocks.conf|g" \
14                ${worksrcpath}/tsocks.1 \