diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /net/xarchie/files/patch-aa | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Diffstat (limited to 'net/xarchie/files/patch-aa')
-rw-r--r-- | net/xarchie/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/xarchie/files/patch-aa b/net/xarchie/files/patch-aa deleted file mode 100644 index b5132fabc379..000000000000 --- a/net/xarchie/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** FWF/Dir/Imakefile.orig Sat Sep 24 04:28:46 1994 ---- FWF/Dir/Imakefile Sat Sep 24 04:29:05 1994 -*************** -*** 28,34 **** - else echo ""; \ - fi; exit 0) - @rm -f regexp.h -! @(if [ ! -f /usr/include/regexp.h ]; \ - then echo "Patching because no regexp.h"; \ - echo "#ifndef _BRIREGEXP_H_" > regexp.h; \ - echo "#define _BRIREGEXP_H_" >> regexp.h; \ ---- 28,34 ---- - else echo ""; \ - fi; exit 0) - @rm -f regexp.h -! @(if [ ! -f /usr/include/__regexp.h ]; \ - then echo "Patching because no regexp.h"; \ - echo "#ifndef _BRIREGEXP_H_" > regexp.h; \ - echo "#define _BRIREGEXP_H_" >> regexp.h; \ |