summaryrefslogtreecommitdiff
path: root/devel/py-fortran/files/patch-configuration.py
blob: 010dcc2db666313762749054c34c6f7bafd6b107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configuration.py.orig	Thu Jul 25 01:28:57 2002
+++ configuration.py	Thu Jul 25 01:30:22 2002
@@ -19,6 +19,8 @@
     default_compiler = 'sgi'
 elif sys.platform[0:6] == 'darwin':
     default_compiler = 'fort77'
+elif sys.platform[0:7] == 'freebsd':
+    default_compiler = 'f77'
 
 # B. Set the suffix used for project directories
 # This is added to the project name to produce the container directory