freebsd-ports/lang/cli/files/patch-makefile.common.in
Maxim Sobolev eb8f89e29c Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
2002-03-30 07:26:32 +00:00

14 lines
343 B
Text

$FreeBSD$
--- makefile.common.in.orig Fri Mar 22 03:48:17 2002
+++ makefile.common.in Fri Mar 29 00:54:26 2002
@@ -38,7 +38,7 @@
CPP = @CPP@
# The flags should be adjusted based on the compiler, but we
# only support GCC so this will do for now.
-CFLAGS = -g -O2 -Wall
+CFLAGS ?= -g -O2 -Wall
# Linker information
PAL_LIB = rotor_pal