summaryrefslogtreecommitdiff
path: root/net/xarchie/patches
diff options
context:
space:
mode:
authortron <tron>1998-04-18 20:21:53 +0000
committertron <tron>1998-04-18 20:21:53 +0000
commit4eaf7809de4d9e71b8c7709c78d37ca794ac5087 (patch)
treea68a1416de6deac0743f66085e44f535d5c239a6 /net/xarchie/patches
parent4b5881f7ca99d22f037dbe531f08f054252623f4 (diff)
downloadpkgsrc-4eaf7809de4d9e71b8c7709c78d37ca794ac5087.tar.gz
Initial import of FreeBSD's "xarchie" port.
Diffstat (limited to 'net/xarchie/patches')
-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; \