freebsd-ports/benchmarks/netpipe/files/patch-aa
2002-10-07 04:24:24 +00:00

13 lines
334 B
Text

--- makefile-- Mon Oct 7 10:33:20 2002
+++ makefile Mon Oct 7 10:33:26 2002
@@ -20,8 +20,8 @@
#
########################################################################
-CC = cc
-CFLAGS = -O
+CC ?= cc
+CFLAGS ?= -O
SRC = ./src
# For MPI, mpicc will set up the proper include and library paths