diff options
author | Simone Rota <sip@crux.nu> | 2008-08-23 13:05:33 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2008-08-23 13:05:33 +0000 |
commit | c3d81d2355e28160fffca8560ce866a434104f55 (patch) | |
tree | af8dc324a3bb28f313f5f064b48ebceeeed02b5d /subversion | |
parent | 4e0c62b2872a30216429397688e71acb98912a3c (diff) | |
download | opt-c3d81d2355e28160fffca8560ce866a434104f55.tar.gz opt-c3d81d2355e28160fffca8560ce866a434104f55.tar.xz |
subversion: removed neon version check (no need to update)
Diffstat (limited to 'subversion')
-rw-r--r-- | subversion/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subversion/Pkgfile b/subversion/Pkgfile index 435decce8..d157d5503 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -15,6 +15,7 @@ build() { --mandir=/usr/man \ --with-apr=/usr --with-apr-util=/usr --with-neon=/usr \ --disable-mod-activation --without-swig --disable-nls \ + --disable-neon-version-check \ --without-apxs make |