archrelease: copy trunk to community-any
[ArchLinux/community.git] / higan / trunk / higan-flags.patch
blob890a2c0bc21775c2f83b12512410dfabffbd73fc
1 From 6d0f100d25fecae89a48c76f55371730a51c10fe Mon Sep 17 00:00:00 2001
2 From: Maxime Gauduin <alucryd@archlinux.org>
3 Date: Wed, 18 Mar 2020 17:08:25 +0100
4 Subject: [PATCH] use system flags
6 ---
7 nall/GNUmakefile | 3 ++-
8 1 file changed, 2 insertions(+), 1 deletion(-)
10 diff --git a/nall/GNUmakefile b/nall/GNUmakefile
11 index 67fb3a15..fddec93d 100755
12 --- a/nall/GNUmakefile
13 +++ b/nall/GNUmakefile
14 @@ -127,7 +127,8 @@ endif
16 # linux settings
17 ifeq ($(platform),linux)
18 - options += -ldl
19 + flags += ${CXXFLAGS}
20 + options += ${LDFLAGS} -ldl
21 endif
23 # bsd settings