mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +00:00
BUILD: GNU Hurd & kFreeBSD support
From: Petr Salinger <Petr.Salinger@seznam.cz> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711320 Bug-ScummVM: https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3614268&group_id=37116
This commit is contained in:
parent
c9f0e8149d
commit
1d0df53355
4
configure
vendored
4
configure
vendored
@ -2915,7 +2915,7 @@ case $_host_os in
|
||||
amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | n64 | ps2 | ps3 | psp | wii | wince)
|
||||
_posix=no
|
||||
;;
|
||||
android | beos* | bsd* | darwin* | freebsd* | gph-linux | haiku* | hpux* | iphone | irix* | linux* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos)
|
||||
android | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos)
|
||||
_posix=yes
|
||||
;;
|
||||
os2-emx*)
|
||||
@ -3071,7 +3071,7 @@ POST_OBJS_FLAGS := -Wl,-no-whole-archive
|
||||
'
|
||||
;;
|
||||
|
||||
linux*)
|
||||
linux* | gnu* | k*bsd*-gnu*)
|
||||
_plugin_prefix="lib"
|
||||
_plugin_suffix=".so"
|
||||
CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
|
Loading…
x
Reference in New Issue
Block a user