1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add patch to respect CFLAGS

PR:		58838
Submitted by:	Jens Rehsack <rehsack@liwing.de>
This commit is contained in:
Kirill Ponomarev 2003-11-02 18:21:08 +00:00
parent 62f10d03f4
commit 49909de348
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92860

View File

@ -0,0 +1,15 @@
--- Makefile.orig Sat Nov 1 17:15:35 2003
+++ Makefile Sat Nov 1 17:16:01 2003
@@ -20,9 +20,9 @@
endif
# Compiler & flags
-CC=gcc
-CFLAGS=-O2 -Wall
-DEBUG_FLAGS=-Wall -g
+CC?=gcc
+CFLAGS?=-O2 -Wall
+DEBUG_FLAGSi?=-Wall -g
all: crfile sesslog