8e97c0ee5c
- Set MAINTAINER to pfg@FreeBSD.org - Minor source code cleanup - Split large doc file and add OCR information PR: 219108 Submitted by: pfg
11 lines
298 B
Text
11 lines
298 B
Text
--- um/Makefile.orig 2016-09-08 21:25:12 UTC
|
|
+++ um/Makefile
|
|
@@ -1,6 +1,6 @@
|
|
# Declaration of variables
|
|
-FC = gfortran
|
|
-FFLAGS = -w -fno-range-check -fno-automatic -fcray-pointer
|
|
+FC = %%FC%%
|
|
+FFLAGS = %%FFLAGS%% -w -fno-range-check -fno-automatic -fcray-pointer
|
|
#-std=legacy
|
|
|
|
# file names
|