aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2002-03-19 21:26:41 +0800
committerroberto <roberto@FreeBSD.org>2002-03-19 21:26:41 +0800
commita51a3148d5c76ed645786f9cb0de1a6e456289ea (patch)
tree3437920152f2e3894848d05c1fcc0b8d78dbdac1 /devel/subversion
parentf05d92c328a50a73474d1c66b26398f7103d2b06 (diff)
downloadfreebsd-ports-gnome-a51a3148d5c76ed645786f9cb0de1a6e456289ea.tar.gz
freebsd-ports-gnome-a51a3148d5c76ed645786f9cb0de1a6e456289ea.tar.zst
freebsd-ports-gnome-a51a3148d5c76ed645786f9cb0de1a6e456289ea.zip
Remove this file which is not needed anymore.
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/subversion/files/patch-configure b/devel/subversion/files/patch-configure
deleted file mode 100644
index 0f6351eb7b47..000000000000
--- a/devel/subversion/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,"