ports/devel/subcommander2/files/patch-svn-Property.h
Dennis Herrmann 36b3ad7504 - Fix build with subversion bump
PR:		ports/133434 ports/133436
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-07 20:54:12 +00:00

12 lines
228 B
C++

--- svn/Property.h.orig 2006-01-17 15:40:34.000000000 -0500
+++ svn/Property.h 2009-04-06 14:40:42.000000000 -0400
@@ -17,8 +17,7 @@
#include <vector>
// svn
-struct svn_prop_t;
-
+#include <svn_props.h>
namespace svn
{