diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-09-12 12:46:30 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2006-09-12 12:46:30 +0000 |
commit | 0c0e8fd828132ba74baef61a04291cdc1a97f370 (patch) | |
tree | 46ce8239bae7e9573439bff5ae32fa8cc905f698 /devel/subversion/files/patch-configure | |
parent | - Update mastersite. (diff) |
(1) Update to 1.4.0 release
(2) Migrate book to stable version 1.2
(3) Add images to HTML book
(4) Add dependency to gfind (findutils) for asvn
(5) Improve asvn script
PR: ports/99177 [4],[5]
Submitted by: David Robillard <david.robillard@gmail.com> [3]
Notes
Notes:
svn path=/head/; revision=172850
Diffstat (limited to 'devel/subversion/files/patch-configure')
-rw-r--r-- | devel/subversion/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/subversion/files/patch-configure b/devel/subversion/files/patch-configure index f4507ca50d20..75cc48429c03 100644 --- a/devel/subversion/files/patch-configure +++ b/devel/subversion/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig Tue Jun 6 20:18:54 2006 -+++ configure Tue Jun 6 20:19:34 2006 -@@ -18861,7 +18861,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then +--- configure.orig Fri Sep 8 03:22:11 2006 ++++ configure Tue Sep 12 13:41:03 2006 +@@ -3997,7 +3997,7 @@ + test "$svn_allowed_neon" = "any"; then svn_allowed_neon_on_system="yes" SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` - NEON_LIBS=`$neon_config --la-file` @@ -9,8 +9,8 @@ CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`" svn_lib_neon="yes" break -@@ -19184,7 +19184,7 @@ - if test "$NEON_VERSION" = "$svn_allowed_neon" -o $svn_allowed_neon = "any"; then +@@ -4324,7 +4324,7 @@ + test "$svn_allowed_neon" = "any"; then svn_allowed_neon_on_system="yes" SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'` - NEON_LIBS=`$neon_config --la-file` |