Fix build with Subversion 1.7. Pointed out by and ok jasper

This commit is contained in:
stsp 2011-10-28 11:11:29 +00:00
parent b47ea81521
commit f2112da014
2 changed files with 13 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2011/09/16 09:24:56 espie Exp $
# $OpenBSD: Makefile,v 1.5 2011/10/28 11:11:29 stsp Exp $
COMMENT = python interface to subversion
MODPY_EGG_VERSION = 1.7.2
DISTNAME = pysvn-${MODPY_EGG_VERSION}
REVISION = 2
REVISION = 3
PKGNAME = py-pysvn-${MODPY_EGG_VERSION}
CATEGORIES = devel

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-Source_pysvn_svnenv_hpp,v 1.1 2011/10/28 11:11:32 stsp Exp $
--- Source/pysvn_svnenv.hpp.orig Fri Oct 28 11:15:42 2011
+++ Source/pysvn_svnenv.hpp Fri Oct 28 11:17:27 2011
@@ -21,6 +21,7 @@
#endif
+#include <svn_version.h>
#include <svn_client.h>
#include <svn_fs.h>
#include <svn_repos.h>