pkgsrc - initial commit
[pkgsrc.git] / audio / fluidsynth / patches / patch-ad
1 $NetBSD: patch-ad,v 1.3 2009/05/13 22:08:21 wiz Exp $
2
3 --- src/fluid_sys.h.orig        2009-02-04 07:29:24.000000000 +0000
4 +++ src/fluid_sys.h
5 @@ -284,7 +284,7 @@ extern fluid_profile_data_t fluid_profil
6      sample data.
7   */
8  
9 -#if defined(HAVE_SYS_MMAN_H) && !defined(__OS2__)
10 +#if defined(HAVE_SYS_MMAN_H) && !defined(__OS2__) && !defined(__INTERIX)
11  #define fluid_mlock(_p,_n)      mlock(_p, _n)
12  #define fluid_munlock(_p,_n)    munlock(_p,_n)
13  #else