openbsd-ports/sysutils/nut/patches/patch-configure
henning 2596ff8b6d update to nut-2.0.3, last not leas bringing many format string fixes
preserve my changes to the fentonups driver, allowing the detection logic
to be bypassed and a model to be forced - for UPSes that do implement the
protocol except the identification command, which seems to be somewhat common
the Xanto S3000R thing here behaves like that, and support for it is added
ok mbalmer
2006-05-03 17:32:09 +00:00

13 lines
309 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2006/05/03 17:32:09 henning Exp $
--- configure.orig Tue Feb 7 12:50:20 2006
+++ configure Mon May 1 17:40:26 2006
@@ -5368,7 +5368,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/ssl.h>
int
-main ()
+test_main ()
{
SSL_library_init()
;