File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1051,7 +1051,7 @@ common: [
1051
1051
flag: -mmacosx-version-min=10.9
1052
1052
entitlements: %make/Entitlements.plist
1053
1053
]
1054
- #if (find [Linux OpenBSD FreeBSD NetBSD Turris] system/platform) [
1054
+ #if (find [Linux OpenBSD FreeBSD NetBSD DragonFlyBSD Turris] system/platform) [
1055
1055
library: %m
1056
1056
defines: ENDIAN_LITTLE
1057
1057
]
Original file line number Diff line number Diff line change @@ -202,6 +202,16 @@ These are now obsolete (as of A107) and should be removed:
202
202
#define USE_SETENV
203
203
#endif
204
204
205
+ #ifdef TO_NETBSD // NetBSD
206
+ #undef INCLUDE_MIDI_DEVICE // Not implemented!
207
+ #define USE_SETENV
208
+ #endif
209
+
210
+ #ifdef TO_DRAGONFLYBSD // DragonFlyBSD
211
+ #undef INCLUDE_MIDI_DEVICE // Not implemented!
212
+ #define USE_SETENV
213
+ #endif
214
+
205
215
#ifdef TO_AMIGA // Target for OS4
206
216
#undef INCLUDE_MIDI_DEVICE // Not implemented!
207
217
#define HAS_BOOL
You can’t perform that action at this time.
0 commit comments