summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-05-23 20:22:11 +0200
committerEttore Di Giacinto <mudler@gentoo.org>2017-05-23 20:33:10 +0200
commit1296bb9468cea2befca32731a8ca1fe831951252 (patch)
tree7f56428a6292d9558b7336f7e5ff61871d08a918 /sci-geosciences/mapserver/files
parentapp-accessibility/at-spi2-atk: Fix tests running (diff)
downloadgentoo-1296bb9468cea2befca32731a8ca1fe831951252.tar.gz
gentoo-1296bb9468cea2befca32731a8ca1fe831951252.tar.bz2
gentoo-1296bb9468cea2befca32731a8ca1fe831951252.zip
sci-geosciences/mapserver: Bump version to 7.0.5 bug #606612
- Bump to EAPI 6 - migrated to php-ext-source-r3 - Add patch to address compilation bug Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=606612 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-geosciences/mapserver/files')
-rw-r--r--sci-geosciences/mapserver/files/mapserver-7.0.5-missing-macro.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-geosciences/mapserver/files/mapserver-7.0.5-missing-macro.patch b/sci-geosciences/mapserver/files/mapserver-7.0.5-missing-macro.patch
new file mode 100644
index 000000000000..ee8da6ca1fe0
--- /dev/null
+++ b/sci-geosciences/mapserver/files/mapserver-7.0.5-missing-macro.patch
@@ -0,0 +1,21 @@
+commit 7e4be3d354053bca65838c2c481a61d4d5c24a3b
+Author: Ettore Di Giacinto <mudler@gentoo.org>
+Date: Tue May 23 20:12:20 2017 +0200
+
+ Fix mapserver to build when TRUE macro is not defined
+
+diff --git a/mapserver.h b/mapserver.h
+index 32182fa0..19b1075c 100644
+--- a/mapserver.h
++++ b/mapserver.h
+@@ -78,6 +78,10 @@
+ #include <stdint.h>
+ #endif
+
++#ifndef TRUE
++#define TRUE 1
++#endif
++
+ #ifdef _WIN32
+ #ifndef SIZE_MAX
+ #ifdef _WIN64