diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-12 21:16:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-12 21:16:12 +0000 |
commit | f98a572e5cdb3d1f3794506aa2ae3731d8d4bf98 (patch) | |
tree | 40849e85f9063f543283e99cb02e6131b713f1d1 /devel/nasm/patches | |
parent | dc65379c7f700dc7ac60e4425cbf5ee6f3a33b62 (diff) | |
download | pkgsrc-f98a572e5cdb3d1f3794506aa2ae3731d8d4bf98.tar.gz |
update to 2.02
changes:
-bugfixes
-documentation improvements
-ELF: Experimental support for DWARF debugging information
-New compile date and time standard macros
-%ifnum now returns true for negative numbers
-Add support for the XSAVE instruction group
Diffstat (limited to 'devel/nasm/patches')
-rw-r--r-- | devel/nasm/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/nasm/patches/patch-ab b/devel/nasm/patches/patch-ab index 42c0e51ebaf..7fc930d407d 100644 --- a/devel/nasm/patches/patch-ab +++ b/devel/nasm/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2008/02/08 03:50:07 bjs Exp $ +$NetBSD: patch-ab,v 1.4 2008/03/12 21:16:12 drochner Exp $ ---- doc/Makefile.in.orig 2008-01-17 15:22:17.000000000 -0500 +--- doc/Makefile.in.orig 2008-02-19 20:08:57.000000000 +0100 +++ doc/Makefile.in @@ -8,7 +8,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -28,8 +28,8 @@ $NetBSD: patch-ab,v 1.3 2008/02/08 03:50:07 bjs Exp $ # exports export srcdir -@@ -76,7 +76,8 @@ spotless: clean - -rm -f nasmdoc*.ps +@@ -79,7 +79,8 @@ spotless: clean + -rm -f nasmdoc*.ps inslist.src install: all - $(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir) |