summaryrefslogtreecommitdiff
path: root/net/xarchie/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/xarchie/patches/patch-aa')
-rw-r--r--net/xarchie/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/xarchie/patches/patch-aa b/net/xarchie/patches/patch-aa
new file mode 100644
index 00000000000..b5132fabc37
--- /dev/null
+++ b/net/xarchie/patches/patch-aa
@@ -0,0 +1,19 @@
+*** 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; \