summaryrefslogtreecommitdiff
path: root/audio/fluidsynth/patches/patch-ad
blob: 9d581101c4e366141dbd60b961bd233e3278950d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1 2005/10/31 15:23:54 tv Exp $

--- src/fluid_sys.h.orig	2003-03-11 11:57:51.000000000 -0500
+++ src/fluid_sys.h
@@ -261,7 +261,7 @@ extern fluid_profile_data_t fluid_profil
     sample data.
  */
 
-#if HAVE_SYS_MMAN_H
+#if HAVE_SYS_MMAN_H && !defined(__INTERIX)
 #define fluid_mlock(_p,_n)      mlock(_p, _n)
 #define fluid_munlock(_p,_n)    munlock(_p,_n)
 #else