diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-24 19:38:35 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-24 19:38:35 +0800 |
commit | f307211c5c6d139352bbe5a5b9d02958a066d275 (patch) | |
tree | 040ea808948d218d23dd310e18f042b1d316f07a /net/xarchie/files | |
parent | b3f62313842a465e805fa86023be4c7692582325 (diff) | |
download | freebsd-ports-gnome-f307211c5c6d139352bbe5a5b9d02958a066d275.tar.gz freebsd-ports-gnome-f307211c5c6d139352bbe5a5b9d02958a066d275.tar.zst freebsd-ports-gnome-f307211c5c6d139352bbe5a5b9d02958a066d275.zip |
Port of xarchie version 2.0.9
Diffstat (limited to 'net/xarchie/files')
-rw-r--r-- | net/xarchie/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/xarchie/files/patch-aa b/net/xarchie/files/patch-aa new file mode 100644 index 000000000000..b5132fabc379 --- /dev/null +++ b/net/xarchie/files/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; \ |