From 58a8f5ef8bca62ea6bc4a4e0cfff65b5d28d36a0 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sun, 6 Feb 2011 20:10:43 +0000 Subject: [PATCH] Fix GNU/kFreeBSD patch by Cyril Brulebois. --> ... <-- --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbc5d247..58c841b0 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,9 @@ LIB=lib INSTALL=install MKDIR=mkdir -ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu)) +#ifneq (,$(findstring i86pc,$(shell uname -m))) +#ifneq (,findstring($(PLATFORM),linux gnu_kfreebsd kfreebsd-gnu)) +ifneq (,$(findstring $(PLATFORM), linux gnu_kfreebsd kfreebsd-gnu)) ifeq ($(ARCH),axp) ARCH=alpha