pkgsrc/cross/avrdude/patches/patch-ad
mef 48b829c70c (Upstream)
- Bump version 5.11 to 6.0.1
   (See cvs log for Makefile for changes).
(pkgsrc)
 - Add patches/patch-fileio_c to avoid following problem:
  fileio.c:957:3: warning: implicit declaration of function 'elf_getshdrstrndx'
2013-12-06 07:27:15 +00:00

15 lines
548 B
Text

$NetBSD: patch-ad,v 1.6 2013/12/06 07:27:15 mef Exp $
regen
--- doc/Makefile.in.orig 2013-09-18 15:19:52.000000000 +0900
+++ doc/Makefile.in 2013-10-06 16:22:00.000000000 +0900
@@ -789,7 +789,7 @@ html: avrdude-html/avrdude.html
avrdude-html/avrdude.html: $(srcdir)/$(info_TEXINFOS) $(GENERATED_TEXINFOS)
texi2html -split_node $(srcdir)/$(info_TEXINFOS)
- if [ -e ./avrdude.html -o -e ./avrdude_1.html ]; then \
+ if [ -f ./avrdude.html -o -f ./avrdude_1.html ]; then \
mkdir -p avrdude-html ; \
mv -f *.html avrdude-html ; \
else \