summaryrefslogtreecommitdiff
path: root/games/enigma/patches/patch-ah
blob: 4f7899edea2c1d99df28c0e542499a1a250001e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1.1.1 2004/03/01 22:46:26 heinz Exp $

--- lib-src/zipios++/src/directory.cpp.orig	Sat Oct  4 00:34:31 2003
+++ lib-src/zipios++/src/directory.cpp
@@ -24,7 +24,7 @@
 
 #include "directory.h"
 
-#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX)
+#if defined(unix) || defined(__unix) || defined(__unix__) || defined(MACOSX) || defined(__NetBSD__) || defined (__FreeBSD__) || defined (__OpenBSD__)
 #  define BOOST_UNIX 1
 #elif defined(_WINDOWS) || defined(__MINGW32__)
 #  define BOOST_WINNT 1