diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2012-12-30 13:39:14 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-30 13:39:14 -0500 |
commit | 5cdddf9521c15bc6801adf735859c4b08bed85a5 (patch) | |
tree | 67050a093b8a5c23861fd4fb4dc4814031fa2c4f /system/proj/jni.patch | |
parent | 27c2b3acab1359cd641fd154f4257d45d9124613 (diff) | |
download | slackbuilds-5cdddf9521c15bc6801adf735859c4b08bed85a5.tar.gz |
system/proj: Updated for version 4.8.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/proj/jni.patch')
-rw-r--r-- | system/proj/jni.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/proj/jni.patch b/system/proj/jni.patch new file mode 100644 index 0000000000..5b69aba8bf --- /dev/null +++ b/system/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" |