aboutsummaryrefslogtreecommitdiff
path: root/devel/subversion-devel
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2002-03-19 13:26:41 +0000
committerOllivier Robert <roberto@FreeBSD.org>2002-03-19 13:26:41 +0000
commite639bfca9bb158e856651bc709438a9a50931d04 (patch)
treef0dd124495df431ac1d4e37c5a011b8ff108549a /devel/subversion-devel
parent6733df072eb023aac41fcb259cf7d51f076aa0dc (diff)
downloadports-e639bfca9bb158e856651bc709438a9a50931d04.tar.gz
ports-e639bfca9bb158e856651bc709438a9a50931d04.zip
Remove this file which is not needed anymore.
Notes
Notes: svn path=/head/; revision=56336
Diffstat (limited to 'devel/subversion-devel')
-rw-r--r--devel/subversion-devel/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/subversion-devel/files/patch-configure b/devel/subversion-devel/files/patch-configure
deleted file mode 100644
index 0f6351eb7b47..000000000000
--- a/devel/subversion-devel/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sun Mar 10 18:06:50 2002
-+++ configure Sun Mar 10 18:07:48 2002
-@@ -7084,7 +7084,7 @@
- SVN_NEON_INCLUDES=`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`
- NEON_LIBS=`$neon_config --libs | sed -e 's/-lneon//g'`
- CFLAGS="$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"
-- NEON_LIBS="$NEON_LIBS "`$neon_config --prefix `"/lib/libneon.la"
-+ NEON_LIBS="$NEON_LIBS -lneon"
- ;;
- *)
- echo "You have neon version $NEON_VERSION,"