pkgsrc/devel/editline/patches/patch-ac
ryoon d318d8c8bf Update to 3.1.20150325
Changelog:
2015-03-25 Jess Thrysoee

   * version-info: 0:53:0

   * all: sync with upstream source

2014-10-30 Jess Thrysoee

   * version-info: 0:52:0

   * all: sync with upstream source

   * configura.ac: Fix posix shell portability issue. Patch by Ryo Onodera.
2015-05-07 14:07:49 +00:00

12 lines
297 B
Text

$NetBSD: patch-ac,v 1.4 2015/05/07 14:07:49 ryoon Exp $
--- configure.ac.orig 2015-03-25 20:03:58.000000000 +0000
+++ configure.ac
@@ -107,6 +107,7 @@ AC_C_CONST
AC_TYPE_PID_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES([u_int32_t])
+EL_PRAGMA_WEAK
# Checks for library functions.
AC_FUNC_CLOSEDIR_VOID