summaryrefslogtreecommitdiff
path: root/pcr/kiwix-git/0003-fix-nspr-include-path.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 12:12:39 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 12:12:39 +0100
commit0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0 (patch)
tree5daf3abc9386400830f8c06b98f6aedda6410188 /pcr/kiwix-git/0003-fix-nspr-include-path.patch
parent4d60b5b36ccebeee7df1dda4301473532dd99fc4 (diff)
downloadabslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.tar.gz
abslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.tar.bz2
abslibre-0e766dde40e6bcba79cdc7f3a346c1a3bc7138e0.zip
pcr/kiwix-git: removed
Diffstat (limited to 'pcr/kiwix-git/0003-fix-nspr-include-path.patch')
-rw-r--r--pcr/kiwix-git/0003-fix-nspr-include-path.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/kiwix-git/0003-fix-nspr-include-path.patch b/pcr/kiwix-git/0003-fix-nspr-include-path.patch
deleted file mode 100644
index 4941c77dc..000000000
--- a/pcr/kiwix-git/0003-fix-nspr-include-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur kiwix-0.9.orig/configure.ac kiwix-0.9/configure.ac
---- kiwix-0.9.orig/configure.ac 2014-10-29 20:55:35.000000000 -0200
-+++ kiwix-0.9/configure.ac 2016-01-18 19:11:38.275882125 -0300
-@@ -805,7 +805,7 @@
- AM_CONDITIONAL([GECKO_OLD_BOOL_TYPE], [test "$GECKO_OLD_BOOL_TYPE"])
- AM_CONDITIONAL([GECKO_OLD_INT_TYPE], [test "$GECKO_OLD_INT_TYPE"])
-
--LIBXUL_CFLAGS="-I${GECKO_SDK_INCLUDE} -I${GECKO_INCLUDE_PATH} -I${GECKO_INCLUDE_PATH}/nspr/ -I/usr/include/nspr4 -fshort-wchar"
-+LIBXUL_CFLAGS="-I${GECKO_SDK_INCLUDE} -I${GECKO_INCLUDE_PATH} -I${GECKO_INCLUDE_PATH}/nspr/ -I/usr/include/nspr -fshort-wchar"
- if test [ $IS_OSX -eq 0 ]; then
- LIBXUL_CFLAGS+=" -D__STDC_LIMIT_MACROS"
- fi