aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-04-09 14:59:29 +0800
committerimp <imp@FreeBSD.org>2002-04-09 14:59:29 +0800
commit365474eb5bb7970b98f89cf68f9556afd49401a6 (patch)
tree00c8ade7c0e44900ce74c175d831297e1c86ec94 /devel
parent590212974b7402c00161832af50920588c9ab6af (diff)
downloadfreebsd-ports-gnome-365474eb5bb7970b98f89cf68f9556afd49401a6.tar.gz
freebsd-ports-gnome-365474eb5bb7970b98f89cf68f9556afd49401a6.tar.zst
freebsd-ports-gnome-365474eb5bb7970b98f89cf68f9556afd49401a6.zip
allow ( ) to surround ioctl, real fix is to fix autoconf
Diffstat (limited to 'devel')
-rw-r--r--devel/ddd/files/patch-023
1 files changed, 3 insertions, 0 deletions
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