summaryrefslogtreecommitdiff
path: root/devel/ddd/files
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-04-09 06:59:29 +0000
committerWarner Losh <imp@FreeBSD.org>2002-04-09 06:59:29 +0000
commit8e007120e51a52ad4d26a251e18023f0aad8a711 (patch)
treea0db0a4076d02de250bd1436772b6444dfe4661c /devel/ddd/files
parentAllow close-paren in a prototype [specifically for ioctl in configure] (diff)
allow ( ) to surround ioctl, real fix is to fix autoconf
Notes
Notes: svn path=/head/; revision=57482
Diffstat (limited to 'devel/ddd/files')
-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