Source: alien-arena Version: 7.33-3 Severity: important Tags: patch User: [email protected] 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.
--- 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= ./

