From e3f92ef3372f88cd4c9522dad17ffdc057b6b234 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 27 Aug 2012 07:18:02 +0000 Subject: 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... --- geography/proj-swig/distinfo | 3 ++- geography/proj-swig/patches/patch-proj_i | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 geography/proj-swig/patches/patch-proj_i 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" -- cgit v1.2.3