opnsense-ports/science/fvcom/files/patch-METIS_source-makefile
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

11 lines
328 B
Text

--- ../METIS_source/makefile.orig 2012-03-31 22:00:57.000000000 -0500
+++ ../METIS_source/makefile 2012-03-31 22:01:01.000000000 -0500
@@ -2,7 +2,7 @@
AR = ar rv
RANLIB = ranlib
# add path to c compiler
-CC = icc
+CC = gcc
# add c compiler optimization flags
OPTFLAGS = -O2
CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)