summaryrefslogtreecommitdiff
path: root/cross/avrdude/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'cross/avrdude/patches/patch-ae')
-rw-r--r--cross/avrdude/patches/patch-ae17
1 files changed, 3 insertions, 14 deletions
diff --git a/cross/avrdude/patches/patch-ae b/cross/avrdude/patches/patch-ae
index 80461475149..ed83e9e5690 100644
--- a/cross/avrdude/patches/patch-ae
+++ b/cross/avrdude/patches/patch-ae
@@ -1,12 +1,9 @@
-$NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
+$NetBSD: patch-ae,v 1.10 2021/12/29 23:03:21 dsainty Exp $
- ERROR: [check-portability.awk] => Found test ... == ...:
- automake-1.13 compat.
-- add missing AM_PROG_CC_C_O that automake wants for the yacc
- sources.
-
- allow a different default serial/parallel port to be specified
which is useful for pkgsrc (since we have defaults for various
platforms available and they're not the same for different
@@ -14,7 +11,7 @@ $NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
--- configure.ac.orig 2016-02-17 06:29:19.000000000 +0900
+++ configure.ac 2017-01-29 11:15:27.000000000 +0900
-@@ -49,7 +49,7 @@ AC_PROG_AR
+@@ -51,7 +51,7 @@ AC_PROG_AR
AH_TEMPLATE([HAVE_YYLEX_DESTROY],
[Define if lex/flex has yylex_destroy])
# flex should have this
@@ -23,15 +20,7 @@ $NetBSD: patch-ae,v 1.9 2017/01/29 02:24:54 mef Exp $
AC_MSG_CHECKING([whether yylex_destroy is generated by flex])
flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
case $flex_version in
-@@ -189,6 +189,7 @@ AC_CHECK_HEADERS([ddk/hidsdi.h],,,[#incl
-
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
-+AM_PROG_CC_C_O
- AC_HEADER_TIME
-
- # WinSock2
-@@ -318,32 +319,44 @@ AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_
+@@ -365,32 +365,44 @@ AC_SUBST(DIST_SUBDIRS_AC, $DIST_SUBDIRS_
# If a system doesn't have a PC style parallel, mark it as unknown.
case $target in
i[[3456]]86-*-linux*|x86_64-*-linux*)