bb66785018
- Fix build with new GCC and remove BROKEN - Regenerate patches to make portlint(1) happy - Add fortran to USES - Bump PORTREVISION PR: 205241 Submitted by: Carlos J. Puga Medina <cpm@fbsd.es> Approved by: junovitch (mentor)
15 lines
415 B
Text
15 lines
415 B
Text
--- Makefile.rule.orig 2010-02-05 16:02:04 UTC
|
|
+++ Makefile.rule
|
|
@@ -14,10 +14,10 @@ VERSION = 1.13
|
|
|
|
# C compiler including binary type(32bit / 64bit). Default is gcc.
|
|
# Don't use Intel Compiler or PGI, it won't generate right codes as I expect.
|
|
-# CC = gcc
|
|
+CC = %%CC%%
|
|
|
|
# Fortran compiler. Default is g77.
|
|
-# FC = gfortran
|
|
+FC = %%FC%%
|
|
|
|
# Even you can specify cross compiler
|
|
# CC = x86_64-w64-mingw32-gcc
|