diff options
author | kristerw <kristerw> | 2004-12-30 18:03:16 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-12-30 18:03:16 +0000 |
commit | fa2adbcb6355eff6646503ca52091232b67f4698 (patch) | |
tree | 7a7ccf30d07e9c74a1a0d00378cf2d19e561df26 /cross/avr-libc/patches | |
parent | af4c569b2ed3ba498c95da55ca140f3dd8753250 (diff) | |
download | pkgsrc-fa2adbcb6355eff6646503ca52091232b67f4698.tar.gz |
Update avr-libc to 1.0.4 using patches provided by Ola Eriksson in
PR pkg/28570.
Diffstat (limited to 'cross/avr-libc/patches')
-rw-r--r-- | cross/avr-libc/patches/patch-aa | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/cross/avr-libc/patches/patch-aa b/cross/avr-libc/patches/patch-aa index c40451366bd..0a29a000bfc 100644 --- a/cross/avr-libc/patches/patch-aa +++ b/cross/avr-libc/patches/patch-aa @@ -1,11 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/07/17 18:50:22 wennmach Exp $ +$NetBSD: patch-aa,v 1.2 2004/12/30 18:03:16 kristerw Exp $ -Njet fix_javascript. -Disable the use of pdflatex as it chokes on doxygen output. - ---- doc/api/Makefile.in.orig Sun May 11 22:31:56 2003 -+++ doc/api/Makefile.in Thu Jul 17 20:31:07 2003 -@@ -125,7 +125,7 @@ +--- doc/api/Makefile.in.orig 2004-12-07 14:45:04.000000000 +0100 ++++ doc/api/Makefile.in +@@ -128,7 +128,7 @@ avrlib_basedir = @avrlib_basedir@ MAINTAINERCLEANFILES = Makefile.in stamp-vti @@ -13,8 +10,8 @@ Disable the use of pdflatex as it chokes on doxygen output. +CLEANFILES = *.html *.pdf *.ma *.mas *.ps doxygen-pdf.config *.png *.eps fix_png fix_anchors - EXTRA_DIST = dox.css dox_html_header dox_html_footer main_page.dox assembler.dox inline_asm.dox interrupts.dox acknowledge.dox malloc.dox $(IMAGE_SRC) sections.dox sfr.dox tools-install.dox using-avrprog.dox using-tools.dox faq.dox unjs.pl -@@ -288,7 +288,7 @@ + EXTRA_DIST = dox.css dox_html_header dox_html_footer main_page.dox assembler.dox inline_asm.dox interrupts.dox acknowledge.dox malloc.dox $(IMAGE_SRC) sections.dox sfr.dox tools-install.dox using-avrprog.dox using-tools.dox faq.dox rel-method.dox unjs.pl +@@ -287,7 +287,7 @@ demo: ps: demo $(TARGET_DOX_PS) # Rule for generating html output. @@ -23,7 +20,7 @@ Disable the use of pdflatex as it chokes on doxygen output. # Make the background color of the png's transparent. fix_png: $(wildcard $(USER_MANUAL)/*.png) -@@ -399,7 +399,6 @@ +@@ -400,7 +400,6 @@ latex_pdf_src/refman.tex: doxygen-pdf.co doxygen-pdf.config: doxygen.config sed \ |