1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/cli/files.5/patch-rotorenv::bin::rotor_x86mk.inc
2002-09-06 11:13:22 +00:00

15 lines
477 B
PHP

$FreeBSD$
--- rotorenv/bin/rotor_x86mk.inc.orig Thu Jun 20 02:44:05 2002
+++ rotorenv/bin/rotor_x86mk.inc Tue Jul 30 15:45:22 2002
@@ -347,7 +347,7 @@
!ifdef PLATFORM_UNIX
C_COMPILER_FLAGS = $(NP_COMPILER_FLAGS)
CXX_COMPILER_FLAGS = $(NP_COMPILER_FLAGS)
-C_PREPROCESSOR_FLAGS = $(GLOBAL_C_FLAGS) -E
+C_PREPROCESSOR_FLAGS = $(GLOBAL_C_FLAGS) -E -w
!else
C_COMPILER_FLAGS = $(NP_COMPILER_FLAGS) $(PRECOMPILED)
CXX_COMPILER_FLAGS = $(NP_COMPILER_FLAGS) $(PRECOMPILED_CXX)