summaryrefslogtreecommitdiff
path: root/games-emulation/higan/files/higan-106_p1-header-locations.patch
blob: 7f72a1311491af62bce538f9d7dda4b44782fecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 420b10135f678367560621416799c48af0ef3764 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Sun, 21 Jan 2018 11:44:22 +0100
Subject: [PATCH] Patch header locations for Gentoo

---
 nall/GNUmakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nall/GNUmakefile b/nall/GNUmakefile
index f864cde..41fdc08 100644
--- a/nall/GNUmakefile
+++ b/nall/GNUmakefile
@@ -82,6 +82,7 @@ endif
 
 # linux settings
 ifeq ($(platform),linux)
+  flags += -I/usr/include/cairo/ -I/usr/include/gtk-2.0/ -I/usr/include/gtksourceview-2.0/
   link += -ldl
 endif
 
-- 
2.16.0.rc2