From 9839134738432bd1dd3f784b1c77cc6944308f69 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Thu, 17 Nov 2005 00:02:56 +0000 Subject: [PATCH] Made FreeBSD a valid build platform by setting FreeBSD to define buildplatform=linux. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14976 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 8af2cceaea..aa54cad455 100755 --- a/configure +++ b/configure @@ -219,6 +219,7 @@ case "${platform}" in esac ;; Linux) buildPlatform=linux ;; + FreeBSD) buildPlatform=linux ;; *) echo Unsupported platform: ${platform} exit 1 ;; esac