summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-08-27 07:18:02 +0000
committerdholland <dholland@pkgsrc.org>2012-08-27 07:18:02 +0000
commite3f92ef3372f88cd4c9522dad17ffdc057b6b234 (patch)
treed9ad917f68b97a9e1e27d010f9b463feb7c91ff3 /geography
parent90afa7f730bddf51647db925f4ef8cdac16b0107 (diff)
downloadpkgsrc-e3f92ef3372f88cd4c9522dad17ffdc057b6b234.tar.gz
Add patch analogous to the qlandkartem changes to make this compile again.
Unfortunately, it now fails on missing python-related paths, but maybe someone else can fix that...
Diffstat (limited to 'geography')
-rw-r--r--geography/proj-swig/distinfo3
-rw-r--r--geography/proj-swig/patches/patch-proj_i15
2 files changed, 17 insertions, 1 deletions
diff --git a/geography/proj-swig/distinfo b/geography/proj-swig/distinfo
index 1bac9385920..a41a1ad60e2 100644
--- a/geography/proj-swig/distinfo
+++ b/geography/proj-swig/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2009/12/06 02:15:48 gdt Exp $
+$NetBSD: distinfo,v 1.3 2012/08/27 07:18:02 dholland Exp $
SHA1 (proj-swig-0.02.tar.gz) = 991bf5d2d4150c446a065f52cb257ba768a850f3
RMD160 (proj-swig-0.02.tar.gz) = 071579a0573ec53377b20882f14faeba5d5e4a7c
Size (proj-swig-0.02.tar.gz) = 324428 bytes
+SHA1 (patch-proj_i) = 83a18f6e7d22830c9d3fb4ed66718376f046ed51
diff --git a/geography/proj-swig/patches/patch-proj_i b/geography/proj-swig/patches/patch-proj_i
new file mode 100644
index 00000000000..666783f5769
--- /dev/null
+++ b/geography/proj-swig/patches/patch-proj_i
@@ -0,0 +1,15 @@
+$NetBSD: patch-proj_i,v 1.1 2012/08/27 07:18:02 dholland Exp $
+
+Adjust for new API of geography/proj.
+
+--- proj.i~ 2006-07-26 21:12:03.000000000 +0000
++++ proj.i
+@@ -1,7 +1,7 @@
+ %module proj
+
+ %{
+-#include "projects.h"
++#include "proj_api.h"
+ %}
+
+ %include "typemaps.i"