diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-03-03 07:39:55 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:29 +0700 |
commit | 186bffa0ba9ce15374a2f168e3b333dda93ec3f2 (patch) | |
tree | 987dbabc16d0f62a521dc33541e1be6560d07988 /gis/proj/jni.patch | |
parent | 332c3f3d45a42842d941fa37e8fec5a45d4863ca (diff) |
gis/proj: Updated for version 5.0.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/proj/jni.patch')
-rw-r--r-- | gis/proj/jni.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gis/proj/jni.patch b/gis/proj/jni.patch deleted file mode 100644 index 5b69aba8bf75b..0000000000000 --- a/gis/proj/jni.patch +++ /dev/null @@ -1,11 +0,0 @@ -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" |