summaryrefslogtreecommitdiff
path: root/net/xarchie/patches/patch-aa
blob: 3c17c65aea77426fb05e8aafe4ff657cfa012c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aa,v 1.2 1998/08/07 11:11:06 agc Exp $

*** 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;	\