openbsd-ports/sysutils/nut/patches/patch-configure
sthen 94f09986bc update to 2.4.1, code cleanup and adds support for a bunch of new
UPS and also now preliminary support for PDUs.

ok mbalmer (maintainer),
"commit and we fix in-tree if i run into issues" henning
2009-04-03 15:40:12 +00:00

13 lines
310 B
Plaintext

$OpenBSD: patch-configure,v 1.12 2009/04/03 15:40:12 sthen Exp $
--- configure.orig Tue Feb 17 09:23:51 2009
+++ configure Wed Mar 18 21:27:43 2009
@@ -10506,7 +10506,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/ssl.h>
int
-main ()
+test_main ()
{
SSL_library_init()
;