diff options
author | dillo <dillo> | 2002-08-20 08:30:45 +0000 |
---|---|---|
committer | dillo <dillo> | 2002-08-20 08:30:45 +0000 |
commit | 5251e247eebb05fbb47202f4cb4c52526966e9ea (patch) | |
tree | 07169c2513f49e381e4b5bfde4e5036d27f67553 /devel/tavrasm/patches | |
parent | 6a3b347d42c815fa2cd738b0e26f31773ec1daa3 (diff) | |
download | pkgsrc-5251e247eebb05fbb47202f4cb4c52526966e9ea.tar.gz |
update to 1.17 (old distfile no longer available)
changes since last pkgsrc version (1.15):
1.17 - Added support for the BYTE1 (same as LOW) function.
Thanks to Timothy Lee for supplying this patch.
- Fixed path delimiter problem in include path. I used
DOS style '\' causing problems on *NIX.
Thanks to Timothy Lee for reporting this.
1.16 - Fixed problem with long macro names.
Thanks to Richard Gerrits for reporting this.
- Increased maximum identifier length to 64 (and no, this was
not the fix to the problem above :).
- Added support for using DOS (\13\10) files on *NIX systems.
- Change URL to www.tavrasm.org in help/README/...
Diffstat (limited to 'devel/tavrasm/patches')
-rw-r--r-- | devel/tavrasm/patches/patch-aa | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/devel/tavrasm/patches/patch-aa b/devel/tavrasm/patches/patch-aa index f1ffd7ef677..a907758391f 100644 --- a/devel/tavrasm/patches/patch-aa +++ b/devel/tavrasm/patches/patch-aa @@ -1,14 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/16 16:53:14 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2002/08/20 08:30:46 dillo Exp $ ---- makefile.orig Thu Nov 2 11:44:48 2000 -+++ makefile Fri Dec 15 16:36:50 2000 -@@ -26,11 +26,13 @@ - - #CC = egcs - CC = gcc --CFLAGS = -O2 -m486 -Wall -DAVRLANG=LANGUAGE_$(LANGUAGE) -+CFLAGS = -O2 -Wall -DAVRLANG=LANGUAGE_$(LANGUAGE) - CPPFLAGS = +--- makefile.orig Tue Apr 3 10:27:39 2001 ++++ makefile +@@ -30,6 +30,8 @@ CPPFLAGS = CCFLAGS = $(CFLAGS) $(CPPFLAGS) LINK = -lm OBJS = avrparse.o avrlex.o avrasm.o symbol.o semantic.o utils.o @@ -17,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/16 16:53:14 wiz Exp $ ### Defaul CC files ######################################################### -@@ -39,13 +41,15 @@ +@@ -38,13 +40,15 @@ OBJS = avrparse.o avrlex.o avrasm.o sym ### Executable ############################################################## @@ -34,7 +28,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/16 16:53:14 wiz Exp $ mv avrparse avrparse.cc mv avrparse.h avrparse.hh -@@ -53,12 +57,12 @@ +@@ -52,12 +56,12 @@ avrparse.cc: avrparse.y avrasm.hh symbol avrlex.cc: avrparse.cc avrlex.l symbol.hh semantic.hh avrparse.hh \ opcodes.hh avrasm.hh messages.hh |