opnsense-ports/lang/f2c/files/patch-src_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

13 lines
264 B
Text

--- ./src/Makefile.orig Sat Mar 5 02:24:21 2005
+++ ./src/Makefile Thu Jul 27 22:50:42 2006
@@ -1,8 +1,8 @@
# Makefile for f2c, a Fortran 77 to C converter
.SUFFIXES: .c .o
-CC = cc
-CFLAGS = -O
+#CC = cc
+#CFLAGS = -O
SHELL = /bin/sh
YACC = yacc
YFLAGS =