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:
parent
b904fb9287
commit
55a087f7c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10716
13
archivers/bzip2/files/patch-aa
Normal file
13
archivers/bzip2/files/patch-aa
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user