Package: apcalc
Severity: important
Version: 2.12.3.3-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs small tweak, see bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
diff -u apcalc-2.12.3.3/Makefile apcalc-2.12.3.3/Makefile
--- apcalc-2.12.3.3/Makefile
+++ apcalc-2.12.3.3/Makefile
@@ -1127,7 +1127,7 @@
# Linux target #
################
-ifeq ($(target),Linux)
+ifneq (,$(findstring $(target), Linux GNU/kFreeBSD))
#
BLD_TYPE= calc-static-only
#
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]