aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Smirnov2013-06-07 00:20:06 +1000
committerWillem Jan Palenstijn2013-06-06 18:51:26 +0200
commit1d0df533551cb891c9734fe0da0e3ac20a311fe1 (patch)
tree1bccd638052211ad8fd514dbe2d6535cf255d4be
parentc9f0e8149d54ad36c862816964cd88c4980e9b15 (diff)
downloadscummvm-rg350-1d0df533551cb891c9734fe0da0e3ac20a311fe1.tar.gz
scummvm-rg350-1d0df533551cb891c9734fe0da0e3ac20a311fe1.tar.bz2
scummvm-rg350-1d0df533551cb891c9734fe0da0e3ac20a311fe1.zip
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
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 5016a86239..dbd78d3f9d 100755
--- a/configure
+++ b/configure
@@ -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"