Add Maelstrom. Blast the asteroids!

This commit is contained in:
Adrien Destugues
2014-01-12 14:01:13 +01:00
parent 1e6495120e
commit 8f73946d6b
2 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
From 0aac53a13823ba5d1025006650115865a75944d4 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Sun, 12 Jan 2014 13:27:13 +0100
Subject: Add haiku support to configure script.
diff --git a/configure.in b/configure.in
index 0170f4b..4f99f3f 100644
--- a/configure.in
+++ b/configure.in
@@ -33,6 +33,10 @@ case "$target" in
MATHLIB=""
INETLIB=""
;;
+ *-*-haiku*)
+ MATHLIB=""
+ INETLIB="-lnetwork"
+ ;;
*-*-darwin*)
MATHLIB=""
INETLIB=""
--
1.8.3.4