1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add patch to respect CC and CFLAGS.

This commit is contained in:
Matthew Hunt 1998-04-27 21:29:55 +00:00
parent b904fb9287
commit 55a087f7c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10716

View File

@ -0,0 +1,13 @@
--- Makefile.orig Fri Aug 29 19:36:29 1997
+++ Makefile Mon Apr 27 17:25:13 1998
@@ -1,8 +1,8 @@
-CC = gcc
+#CC = gcc
SH = /bin/sh
-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops
+#CFLAGS = -O3 -fomit-frame-pointer -funroll-loops