From 365474eb5bb7970b98f89cf68f9556afd49401a6 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 9 Apr 2002 06:59:29 +0000 Subject: allow ( ) to surround ioctl, real fix is to fix autoconf --- devel/ddd/files/patch-02 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/ddd') diff --git a/devel/ddd/files/patch-02 b/devel/ddd/files/patch-02 index b17725b958d7..5bb6b08a95e6 100644 --- a/devel/ddd/files/patch-02 +++ b/devel/ddd/files/patch-02 @@ -6,3 +6,6 @@ @@ -1961 +1961 @@ -for ac_prog in 'bison -y' byacc +for ac_prog in byacc +@@ -13358 +13358 @@ +- egrep "${ice_re_word}ioctl *\(" >/dev/null 2>&1; then ++ egrep "${ice_re_word}\(?ioctl\)? *\(" >/dev/null 2>&1; then -- cgit