Ticket #23574: patch.Portfile

File patch.Portfile, 389 bytes (added by numaryu, 14 years ago)
Line 
1--- Portfile.orig       2009-05-04 15:19:09.000000000 -0400
2+++ Portfile    2010-02-06 00:26:43.000000000 -0500
3@@ -35,6 +35,10 @@
4 depends_lib-append    port:libpng port:zlib port:g95
5 depends_build-append  bin:perl:perl5
6 
7+platform darwin 8 {
8+    use_parallel_build  no
9+}
10+
11 configure.fc  ${prefix}/bin/g95
12 
13 # Tell the compiler not to treat backslash characters as C-style escape sequences.