summaryrefslogtreecommitdiff
path: root/x11/bbapm/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11/bbapm/patches/patch-ai')
-rw-r--r--x11/bbapm/patches/patch-ai18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/bbapm/patches/patch-ai b/x11/bbapm/patches/patch-ai
new file mode 100644
index 00000000000..fe96f9d4db2
--- /dev/null
+++ b/x11/bbapm/patches/patch-ai
@@ -0,0 +1,18 @@
+$NetBSD: patch-ai,v 1.1.1.1 2002/09/07 20:22:53 jschauma Exp $
+
+--- bbapm.hh.orig Sat Sep 7 14:05:10 2002
++++ bbapm.hh Sat Sep 7 14:06:15 2002
+@@ -21,9 +21,13 @@
+ #ifndef __MAIN_HH
+ #define __MAIN_HH
+
++#if defined(__NetBSD__)
++#include "net_apm.h"
++#else
+ extern "C" {
+ #include <apm.h>
+ }
++#endif
+
+ #include "Image.hh"
+ #include "Basewindow.hh"