openbsd-ports/sysutils/nut/patches/patch-configure
martynas f025b2164e update to nut-2.2.2, which contains the old agiler driver from 2.2.0
(now called agiler-old)
upses such as the below can now work again:
{0x0665, 0x5161, &agiler_old_subdriver},        /* Belkin F6C1200-UNV */
{0x06da, 0x0003, &agiler_old_subdriver},        /* Mustek Powermust */
{0x0f03, 0x0001, &agiler_old_subdriver},        /* Unitek Alpha 1200Sx *
ok sthen@
2008-09-08 19:38:30 +00:00

13 lines
313 B
Plaintext

$OpenBSD: patch-configure,v 1.11 2008/09/08 19:38:30 martynas Exp $
--- configure.orig Wed May 7 12:29:25 2008
+++ configure Wed Aug 27 17:18:49 2008
@@ -10326,7 +10326,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <openssl/ssl.h>
int
-main ()
+test_main ()
{
SSL_library_init()
;