Bug#711320: scummvm: kfreebsd-* support
Petr Salinger
Petr.Salinger at seznam.cz
Thu Jun 6 09:50:17 UTC 2013
Package: scummvm
Version: 1.6.0+dfsg-1
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd
Hi,
I have seen your request to remove scummvm from kfreebsd-* architectures.
Please, instead of dropping package just add "| k*bsd*-gnu* | gnu*"
into two places, as show bellow.
It allows (at least) to start it, and open window where I can
click on About and see rolling text of Copyrights.
Cheers
Petr
--- configure
+++ configure
@@ -2915,7 +2915,7 @@
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* | gph-linux | haiku* | hpux* | iphone | irix* | linux* | k*bsd*-gnu* | gnu* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos)
_posix=yes
;;
os2-emx*)
@@ -3071,7 +3071,7 @@
'
;;
- linux*)
+ linux* | k*bsd*-gnu* | gnu*)
_plugin_prefix="lib"
_plugin_suffix=".so"
CXXFLAGS="$CXXFLAGS -fPIC"
More information about the Pkg-games-devel
mailing list