MVDSV (MultiView Demo SerVer) is a Quakeworld server that not only offers a multiplayer environment, but also allows to record demos from every player's point of view as well as providing different game modes. You will need to purchase the original Quake 1 game to use this package. ok jca@ help from fcambus@ sthen@ bcallah@ Thanks Tom Murphy <openbsd@pertho.net> for the port
17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
$OpenBSD: patch-meson_build,v 1.1.1.1 2018/12/08 09:40:53 solene Exp $
|
|
|
|
Index: meson.build
|
|
--- meson.build.orig
|
|
+++ meson.build
|
|
@@ -86,8 +86,8 @@ if target_machine.system() == 'windows'
|
|
else
|
|
mvdsv_sources += 'src/sv_sys_unix.c'
|
|
deps += [
|
|
- meson.get_compiler('c').find_library('m'),
|
|
- meson.get_compiler('c').find_library('dl'),
|
|
+ meson.get_compiler('c').find_library('m', required: false),
|
|
+ meson.get_compiler('c').find_library('dl', required: false),
|
|
]
|
|
endif
|
|
|