Skip to content

Commit 687945e

Browse files
committed
[Imp] build: Makefile: Add MidnightBSD support.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@25199 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent fea1a78 commit 687945e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ endif
373373
ifeq ($(UNAME_S),DragonFly)
374374
HOST_FLAVOUR=DRAGONFLY
375375
endif
376+
ifeq ($(UNAME_S),MidnightBSD)
377+
HOST_FLAVOUR=MIDNIGHTBSD
378+
endif
376379
ifeq ($(UNAME_S),Haiku)
377380
HOST_FLAVOUR=HAIKU
378381
endif

build/make/config-defaults.mk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ NO_PULSEAUDIO?=1
6464
include build/make/config-gcc.mk
6565
MPT_COMPILER_NOALLOCAH=1
6666

67+
else ifeq ($(HOST_FLAVOUR),MIDNIGHTBSD)
68+
69+
NO_PORTAUDIOCPP?=1
70+
include build/make/config-clang.mk
71+
MPT_COMPILER_NOALLOCAH=1
72+
6773
else ifeq ($(HOST_FLAVOUR),HAIKU)
6874

6975
NO_PULSEAUDIO?=1

0 commit comments

Comments
 (0)