diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-02-27 01:44:59 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-02-27 01:44:59 +0800 |
commit | 4adc184b421c6d780cf148060baa0e2212f5b4ab (patch) | |
tree | 811faa2c0c8233e0a42d5ad46c4accccb151c2a2 /devel/tpasm/files | |
parent | 508b373884f5904a40ecaffdf321c3e79abdabd1 (diff) | |
download | freebsd-ports-gnome-4adc184b421c6d780cf148060baa0e2212f5b4ab.tar.gz freebsd-ports-gnome-4adc184b421c6d780cf148060baa0e2212f5b4ab.tar.zst freebsd-ports-gnome-4adc184b421c6d780cf148060baa0e2212f5b4ab.zip |
New port: a cross-assembler for 6805, 6809, 68HC11, 6502, Sunplus, 8051,
Z80, PIC, and AVR
PR: 48243
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 \ |