1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/c4/files/patch-Makefile
2001-09-01 21:53:05 +00:00

10 lines
164 B
Plaintext

--- Makefile.orig Fri Feb 11 17:11:52 2000
+++ Makefile Sun Sep 2 06:45:15 2001
@@ -4,4 +4,4 @@
-CC = gcc
-CFLAGS = -O
+CC ?= gcc
+CFLAGS ?= -O
# CFLAGS = -g