diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-02-02 06:56:27 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-02 02:09:51 -0600 |
commit | 3810c074f7c3fce35a8036814397051026f6dfb1 (patch) | |
tree | 252ca88a35c08a4313ce99a78d77f42bde48398d /gis/proj/jni.patch | |
parent | ad9c858ef06e72f736f510a3426ffd0d877f885c (diff) | |
download | slackbuilds-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.patch | 11 |
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" |