mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
ixion: bump version
This commit is contained in:
24
dev-libs/ixion/patches/ixion-0.14.0.patchset
Normal file
24
dev-libs/ixion/patches/ixion-0.14.0.patchset
Normal file
@@ -0,0 +1,24 @@
|
||||
From 52e55962498093559a0d35b282ac00894f0078be Mon Sep 17 00:00:00 2001
|
||||
From: Kacper Kasper <kacperkasper@gmail.com>
|
||||
Date: Sat, 1 Sep 2018 15:26:19 +0200
|
||||
Subject: Fix Haiku build
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 388f85a..1296498 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -30,6 +30,10 @@ case $host_os in
|
||||
_os=Darwin
|
||||
LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||
;;
|
||||
+ haiku*)
|
||||
+ _os=Haiku
|
||||
+ LDFLAGS="$LDFLAGS -Wl,--no-as-needed"
|
||||
+ ;;
|
||||
*)
|
||||
_os=
|
||||
LDFLAGS="$LDFLAGS -Wl,--no-as-needed -pthread -ldl"
|
||||
--
|
||||
2.16.4
|
||||
|
||||
Reference in New Issue
Block a user