summaryrefslogtreecommitdiffstats
path: root/gis/proj/jni.patch
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2014-02-02 00:56:27 +0100
committer Robby Workman2014-02-02 09:09:51 +0100
commit3810c074f7c3fce35a8036814397051026f6dfb1 (patch)
tree252ca88a35c08a4313ce99a78d77f42bde48398d /gis/proj/jni.patch
parentad9c858ef06e72f736f510a3426ffd0d877f885c (diff)
downloadslackbuilds-3810c074f7c3fce35a8036814397051026f6dfb1.tar.gz
gis/proj: Moved from System category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/proj/jni.patch')
-rw-r--r--gis/proj/jni.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gis/proj/jni.patch b/gis/proj/jni.patch
new file mode 100644
index 0000000000..5b69aba8bf
--- /dev/null
+++ b/gis/proj/jni.patch
@@ -0,0 +1,11 @@
+diff -Nur proj-4.8.0.a/src/jniproj.c proj-4.8.0.b/src/jniproj.c
+--- proj-4.8.0.a/src/jniproj.c 2012-02-20 17:11:24.000000000 -0800
++++ proj-4.8.0.b/src/jniproj.c 2012-12-29 22:04:56.199425359 -0800
+@@ -49,7 +49,6 @@
+ #include <math.h>
+ #include <string.h>
+ #include "projects.h"
+-#include "org_proj4_PJ.h"
+ #include <jni.h>
+
+ #define PJ_FIELD_NAME "ptr"