View | Details | Raw Unified | Return to bug 143636
Collapse All | Expand All

(-)avr-libc/Makefile (-2 lines)
Lines 30-37 Link Here
30
		jpegtopnm:${PORTSDIR}/graphics/netpbm
30
		jpegtopnm:${PORTSDIR}/graphics/netpbm
31
.endif
31
.endif
32
32
33
BROKEN=		does not build
34
35
USE_BZIP2=	yes
33
USE_BZIP2=	yes
36
USE_GMAKE=	yes
34
USE_GMAKE=	yes
37
HAS_CONFIGURE=	yes
35
HAS_CONFIGURE=	yes
(-)avr-libc/files/patch-doc-api-Makefile.in (+13 lines)
Line 0 Link Here
1
--- doc/api/Makefile.in.orig	2010-02-07 11:08:55.000000000 +0100
2
+++ doc/api/Makefile.in	2010-02-07 11:09:30.000000000 +0100
3
@@ -493,8 +493,8 @@
4
 		sed -e '/{TabularC}{3}/s/{TabularC}{3}/{longtable}{|l|l|l|}/' \
5
 		-e '/{longtable}{|l|l|l|}/,/TabularC/s/TabularC/longtable/' \
6
 		-e '/Architecture/s/\\\\\\hline/\\endhead\\hline/' \
7
-		using_tools.tex > tmp.$$ && \
8
-		mv -f tmp.$$ using_tools.tex
9
+		using__tools.tex > tmp.$$ && \
10
+		mv -f tmp.$$ using__tools.tex
11
 
12
 #doxygen.config: doxygen.config.in $(top_srcdir)/stamp-h1
13
 doxygen.config: doxygen.config.in

Return to bug 143636