ports/devel/pysvn/files/patch-setup_configure.py
Martin Wilke 44dbe3a1ea - Unbreak build
- Upgrade pysvn to 1.7.0.

 This release include:
 * bug fixes for reported issues
 * New callback_conflict_resolver
 * Support Subversion 1.6

PR:		133893
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
2009-04-23 09:29:46 +00:00

10 lines
368 B
Python

--- setup_configure.py.orig 2009-03-15 12:58:45.000000000 +0100
+++ setup_configure.py 2009-03-15 12:59:08.000000000 +0100
@@ -147,6 +147,7 @@
# add source dir
include_dir_list.append( '.' )
+ include_dir_list.reverse()
# get the python CFLAGS
py_cflags_python_list = distutils.sysconfig.get_config_var('CFLAGS').split()