summaryrefslogtreecommitdiff
path: root/ftp/moxftp/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /ftp/moxftp/files/patch-ad
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'ftp/moxftp/files/patch-ad')
-rw-r--r--ftp/moxftp/files/patch-ad11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad
deleted file mode 100644
index 169bfb05a4a5..000000000000
--- a/ftp/moxftp/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.org Mon Mar 21 13:43:36 1994
-+++ ./configure Sat May 13 01:20:26 1995
-@@ -321,7 +321,7 @@
- cd conftestdir
- cat > Imakefile <<EOF
- acfindx:
-- @echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
-+ @echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
- EOF
- if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
- eval `make acfindx`