Bug#573790: alien-arena: FTBFS on GNU/kFreeBSD: missing -ldl

Cyril Brulebois kibi at debian.org
Sat Mar 13 23:11:10 UTC 2010


Source: alien-arena
Version: 7.33-3
Severity: important
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS because the needed -ldl isn't used in the non-Linux
case. Please find attached a tiny patch which makes it possible to build
alien-arena on kfreebsd-*.

Thanks for considering.

Mraw,
KiBi.
-------------- next part --------------
--- a/source/Makefile
+++ b/source/Makefile
@@ -31,7 +31,7 @@ WITH_LIBDIR?=no
 VERSION=		1.40
 
 ARCH:=			$(shell uname -m)
-OSTYPE:=		$(shell uname -s | tr A-Z a-z)
+OSTYPE:=		$(shell uname -s | sed 's,GNU/kFreeBSD,Linux,' | tr A-Z a-z)
 
 MOUNT_DIR=		./
 


More information about the Pkg-games-devel mailing list