freebsd-ports/devel/tpasm/files/patch-Makefile
Alexey Dokuchaev edc067f59b - Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint
2008-03-20 09:15:57 +00:00

13 lines
437 B
Text

--- 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 -fno-exceptions
-CFLAGS=$(INCLUDES) $(OPTIONS)
+OPTIONS=-x c++ -fmessage-length=0 -fno-exceptions
+CFLAGS+=$(INCLUDES) $(OPTIONS)
OBJECTS = \
globals.o \