mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
freedroidrpg, bump revision for issues libpng16/libSDL_*_1.2 (#3883)
This commit is contained in:
committed by
waddlesplash
parent
722d477ea2
commit
8591236b04
22
games-rpg/freedroidrpg/patches/freedroidrpg-0.16.1.patchset
Normal file
22
games-rpg/freedroidrpg/patches/freedroidrpg-0.16.1.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 43aa0668062fd66325c5733bc3949926a1c7a248 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sat, 15 Jun 2019 12:25:55 +0200
|
||||
Subject: Don't pass -rdynamic on Haiku
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 7f20cd4..b34b9c8 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -142,7 +142,7 @@ AS_CASE([$target],
|
||||
],
|
||||
[
|
||||
AS_VAR_APPEND([FD_CPPFLAGS], [" -DFD_DATADIR='\"\$(pkgdatadir)\"'"])
|
||||
- AS_VAR_APPEND([FD_LDFLAGS], [" -rdynamic -Wl,--as-needed"])
|
||||
+ AS_VAR_APPEND([FD_LDFLAGS], [" -Wl,--as-needed"])
|
||||
default_open_cmd="xdg-open"
|
||||
]
|
||||
)
|
||||
--
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user