components/subversion/Makefile
branchs11-update
changeset 3982 71d82a8cdf66
parent 3866 cd3f75cb18f8
child 3996 20c0f21bbe1e
--- a/components/subversion/Makefile	Wed Mar 04 10:42:54 2015 -0800
+++ b/components/subversion/Makefile	Mon Mar 16 16:43:06 2015 -0700
@@ -46,6 +46,7 @@
 PYMODS = client core delta fs ra repos wc
 PLMODS= Fs Core Wc Client Repos Ra Delta
 JAVA_ROOT = $(JAVA_HOME)
+PYTHON_VERSION = 2.7
 
 # because we can't seem to get -norunpath to the java bindings build any
 # other way.
@@ -130,6 +131,8 @@
 CONFIGURE_OPTIONS += --with-neon=$(CONFIGURE_PREFIX)
 CONFIGURE_OPTIONS += --with-gssapi=$(CONFIGURE_PREFIX)
 
+PKG_MACROS += PYVER=$(PYTHON_VERSION)
+
 # common targets - we only build 32-bit subversion
 build:		$(BUILD_32)