[Scummvm-git-logs] scummvm master -> 0725e2eaf57a8206bd40fa60ccef6252a6980a63
dwatteau
noreply at scummvm.org
Sat Nov 12 20:22:04 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0725e2eaf5 CONFIGURE: Add support for DragonFly BSD
Commit: 0725e2eaf57a8206bd40fa60ccef6252a6980a63
https://github.com/scummvm/scummvm/commit/0725e2eaf57a8206bd40fa60ccef6252a6980a63
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-11-12T21:19:47+01:00
Commit Message:
CONFIGURE: Add support for DragonFly BSD
Changes taken from their ports system.
Changed paths:
configure
diff --git a/configure b/configure
index 26db2f3808a..6c31dc3d1b0 100755
--- a/configure
+++ b/configure
@@ -2286,7 +2286,7 @@ fi
if test "$_release_build" = yes; then
# Add a define, which indicates we are doing
- # an build for a release version.
+ # a build for a release version.
append_var DEFINES "-DRELEASE_BUILD"
fi
@@ -2939,7 +2939,7 @@ EOF
append_var LDFLAGS "-s USE_ZLIB=1"
fi
;;
- freebsd*)
+ freebsd* | dragonfly*)
append_var LDFLAGS "-L/usr/local/lib"
append_var CXXFLAGS "-I/usr/local/include"
;;
@@ -4021,7 +4021,7 @@ case $_host_os in
amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii)
_posix=no
;;
- 3ds | android | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | serenity* | solaris* | sunos* | switch | uclinux*)
+ 3ds | android | beos* | bsd* | darwin* | dragonfly* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | serenity* | solaris* | sunos* | switch | uclinux*)
_posix=yes
;;
os2-emx*)
More information about the Scummvm-git-logs
mailing list