opnsense-ports/math/gotoblas/files/patch-Makefile.rule
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
443 B
Text

--- Makefile.rule 2009-12-16 11:26:22.000000000 +0900
+++ Makefile.rule 2009-12-31 19:16:48.000000000 +0900
@@ -14,10 +14,10 @@
# 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