summaryrefslogtreecommitdiff
path: root/graphics/ogle/patches/patch-ag
blob: 5b617d9fd95c1614b1749e6f3b89ea0e095ea6b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.3 2003/03/08 18:01:41 mycroft Exp $

--- ogle/dvdcontrol.h.orig	2003-02-23 11:31:07.000000000 +0000
+++ ogle/dvdcontrol.h	2003-03-08 17:36:12.000000000 +0000
@@ -23,7 +23,7 @@
 #include <ogle/msgevents.h> /* Only for the hack with DVDNextEvent !! */
 #include <ogle/dvdbookmarks.h>
 
-#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(__NetBSD__)) && !defined(USG)
 #include <sys/param.h>
 #endif