blob: bc141d9d57a16aa1370f8db364cc0dfb01b29a8f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001From 0a61b0b98c152f10404ccbdeeac583a486638a7a Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Thu, 6 Jun 2013 18:36:01 +0200
4Subject: [PATCH] js.pc.in: do not include RequiredDefines.h for depending
5 packages
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10in our cross environment the would fail with:
11
12| cc1: fatal error: /usr/include/js-17.0/js/RequiredDefines.h: No such file or directory
13
14and currently it only defines __STDC_LIMIT_MACROS
15
16Upstream-Status: Inappropriate [embedded specific]
17
18Signed-off-by: Andreas MΓΌller <schnitzeltony@googlemail.com>
19---
20 js.pc.in | 2 +-
21 1 files changed, 1 insertions(+), 1 deletions(-)
22
23diff --git a/js.pc.in b/js.pc.in
24index 13d761d..a95a7bd 100644
25--- a/js.pc.in
26+++ b/js.pc.in
27@@ -8,4 +8,4 @@ Description: The Mozilla library for JavaScript
28 Version: @MOZILLA_VERSION@
29 Requires.private: @NSPR_PKGCONF_CHECK@
30 Libs: -L${libdir} -l@LIBRARY_NAME@
31-Cflags: -include ${includedir}/@MODULE@/js/RequiredDefines.h -I${includedir}/@MODULE@
32+Cflags: -I${includedir}/@MODULE@
33--
341.7.6.5
35