mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Add Maelstrom. Blast the asteroids!
This commit is contained in:
24
games-action/maelstrom/patches/maelstrom-3.0.6.patchset
Normal file
24
games-action/maelstrom/patches/maelstrom-3.0.6.patchset
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user