$OpenBSD: patch-source_a68g_h,v 1.2 2018/08/14 00:50:17 bcallah Exp $

Enable compiler on OpenBSD.

Index: source/a68g.h
--- source/a68g.h.orig
+++ source/a68g.h
@@ -54,7 +54,7 @@ Top level include file.
 #undef HAVE_COMPILER
 #elif ((defined HAVE_LINUX || defined HAVE_MAC_OS_X) && defined HAVE_DL)
 #define HAVE_COMPILER 1
-#elif (defined HAVE_FREEBSD || defined HAVE_NETBSD)
+#elif (defined HAVE_FREEBSD || defined HAVE_NETBSD || defined HAVE_OPENBSD)
 #define HAVE_COMPILER 1
 #else
 #undef HAVE_COMPILER
@@ -63,7 +63,7 @@ Top level include file.
 /* Can we access the internet? */
 
 #if (defined HAVE_NETDB_H && defined HAVE_NETINET_IN_H && defined HAVE_SYS_SOCKET_H)
-#if (defined HAVE_LINUX || defined HAVE_MAC_OS_X || defined HAVE_FREEBSD || defined HAVE_NETBSD)
+#if (defined HAVE_LINUX || defined HAVE_MAC_OS_X || defined HAVE_FREEBSD || defined HAVE_NETBSD || defined HAVE_OPENBSD)
 #define HAVE_HTTP
 #endif
 #endif
