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...
This commit is contained in:
dholland 2012-08-27 07:18:02 +00:00
parent c06fb49d86
commit f1d9c72593
2 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -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"