1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/tpasm/files/patch-Makefile
2003-02-26 17:44:59 +00:00

14 lines
386 B
Plaintext

--- Makefile.orig Thu Feb 13 19:58:06 2003
+++ Makefile Thu Feb 13 19:58:18 2003
@@ -17,8 +17,8 @@
# new gnu compilers have a really annoying default behavior of wrapping
# error message lines. The default should be NO-WRAPPING.
-OPTIONS=-O2 -Wall -x c++ -fmessage-length=0
-CFLAGS=$(INCLUDES) $(OPTIONS)
+OPTIONS=-x c++
+CFLAGS+=$(INCLUDES) $(OPTIONS)
OBJECTS = \
globals.o \