diff options
Diffstat (limited to 'devel/tpasm/files')
-rw-r--r-- | devel/tpasm/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/tpasm/files/patch-Makefile b/devel/tpasm/files/patch-Makefile new file mode 100644 index 000000000000..94629960fa94 --- /dev/null +++ b/devel/tpasm/files/patch-Makefile @@ -0,0 +1,13 @@ +--- 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 \ |