diff options
author | Will Andrews <will@FreeBSD.org> | 2003-01-30 22:40:03 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-01-30 22:40:03 +0000 |
commit | df636b713d1dd83492809d6faebdccc2ff211c36 (patch) | |
tree | af3a6deee14973c8833833fa4451f5c4dcf40591 /security/gnupg-devel/files/patch-configure.ac | |
parent | a79f0d9fb55c1325fd33335c16b9bda6532f0d66 (diff) |
Notes
Diffstat (limited to 'security/gnupg-devel/files/patch-configure.ac')
-rw-r--r-- | security/gnupg-devel/files/patch-configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/gnupg-devel/files/patch-configure.ac b/security/gnupg-devel/files/patch-configure.ac new file mode 100644 index 000000000000..00bdf48f7959 --- /dev/null +++ b/security/gnupg-devel/files/patch-configure.ac @@ -0,0 +1,12 @@ +--- configure.ac.orig Thu Jan 30 00:43:39 2003 ++++ configure.ac Thu Jan 30 00:44:25 2003 +@@ -303,7 +303,7 @@ + AC_REPLACE_FUNCS(mkdtemp) + AC_REPLACE_FUNCS(fseeko ftello) + AC_REPLACE_FUNCS(isascii) +-AC_REPLACE_FUNCS(putc_unlocked) ++AC_DEFINE(HAVE_PUTC_UNLOCKED, 1, [FreeBSD has it, trust me]) + + # We use jnlib, so tell other modules about it + AC_DEFINE(HAVE_JNLIB_LOGGING, 1, + |