summaryrefslogtreecommitdiff
path: root/devel/avr-libc/files/patch-doxygen13
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2003-09-09 21:18:36 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2003-09-09 21:18:36 +0000
commitf32fa3f28bb2a1a873af621359c228af0ca7a58e (patch)
treec02d118fef54a95b68ac67aafb54da05ab2e0ad2 /devel/avr-libc/files/patch-doxygen13
parentUpdate this port to the released version 3.3.1 of gcc. (diff)
Update this port to a recent snapshot from the avr-libc 1.0 branch.
Since this branch assumes doxygen 1.2, a patch is needed. Doxygen 1.3.x by default generates a non-JavaScript capable tree view, so my old hack in the avr-libc source can be avoided.
Notes
Notes: svn path=/head/; revision=88874
Diffstat (limited to 'devel/avr-libc/files/patch-doxygen13')
-rw-r--r--devel/avr-libc/files/patch-doxygen1311
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/avr-libc/files/patch-doxygen13 b/devel/avr-libc/files/patch-doxygen13
new file mode 100644
index 000000000000..122a7c19ca0d
--- /dev/null
+++ b/devel/avr-libc/files/patch-doxygen13
@@ -0,0 +1,11 @@
+--- doc/api/Makefile.in.orig Tue Sep 9 21:30:47 2003
++++ doc/api/Makefile.in Tue Sep 9 22:44:08 2003
+@@ -289,7 +289,7 @@
+ ps: demo $(TARGET_DOX_PS)
+
+ # Rule for generating html output.
+-html: demo $(TARGET_DOX_HTML) fix_png fix_anchors fix_javascript
++html: demo $(TARGET_DOX_HTML) fix_png fix_anchors #fix_javascript
+
+ # Make the background color of the png's transparent.
+ fix_png: $(wildcard $(USER_MANUAL)/*.png)