From d9e7b074a2ff3c66e2c81950f2524d09ed63cd8d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 15 May 2011 03:17:21 +0000 Subject: [PATCH] Added --disable-nls for building subversion, so that it won't have a dependency on gettext. --- dev-vcs/subversion/subversion-1.6.15.bep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.6.15.bep b/dev-vcs/subversion/subversion-1.6.15.bep index 631a2d0d3..7f2d755c1 100644 --- a/dev-vcs/subversion/subversion-1.6.15.bep +++ b/dev-vcs/subversion/subversion-1.6.15.bep @@ -17,7 +17,8 @@ BUILD { --with-apr-util=`finddir B_COMMON_BIN_DIRECTORY`/apu-1-config \ --with-neon=$COMMON_DIR \ --with-zlib=$COMMON_DIR \ - --with-editor=nano + --with-editor=nano \ + --disable-nls make }