pkgsrc/geography/proj-swig/patches/patch-proj_i
dholland f1d9c72593 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...
2012-08-27 07:18:02 +00:00

15 lines
273 B
Text

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