mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- 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)
10 lines
368 B
Python
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()
|