openbsd-ports/sysutils/nut/patches/patch-configure
marcm 4170934308 Update to the 2.0 tree of Nut.
This is a feature release so if you're upgrading, take a look at the
release notes here:

http://random.networkupstools.org/source/2.0/new-2.0.0.txt
2004-09-27 03:10:24 +00:00

13 lines
307 B
Plaintext

$OpenBSD: patch-configure,v 1.6 2004/09/27 03:10:24 marcm Exp $
--- configure.orig Mon Mar 8 01:45:45 2004
+++ configure Thu Sep 16 08:48:43 2004
@@ -4990,7 +4990,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/ssl.h>
int
-main ()
+test_main ()
{
SSL_library_init()
;