summaryrefslogtreecommitdiff
path: root/lang/mozart
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-10-09 20:05:44 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-10-09 20:05:44 +0000
commit0b36ee29e8344adda93f28e25c2a79d4ad187c44 (patch)
tree6f9358d683c810d2b1b22d0eeb8e271209d89d12 /lang/mozart
parentUpdate to newer distribution. (diff)
Forgot to remove this one...
Notes
Notes: svn path=/head/; revision=67713
Diffstat (limited to 'lang/mozart')
-rw-r--r--lang/mozart/files/patch-aclocal.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/mozart/files/patch-aclocal.m4 b/lang/mozart/files/patch-aclocal.m4
deleted file mode 100644
index 90059fb770d8..000000000000
--- a/lang/mozart/files/patch-aclocal.m4
+++ /dev/null
@@ -1,12 +0,0 @@
---- aclocal.m4.orig Sat Mar 23 15:44:56 2002
-+++ aclocal.m4 Sat Mar 23 15:44:17 2002
-@@ -572,7 +572,8 @@
- oz_tmp_ok=no
- AC_MSG_WARN([$YACC is not GNU bison])
- else
-- OZ_PROG_VERSION_CHECK(oz_tmp_ok,$YACC,OZ_VERSION_BISON)
-+ # OZ_PROG_VERSION_CHECK(oz_tmp_ok,$YACC,OZ_VERSION_BISON)
-+ oz_tmp_ok=yes
- fi
- if test "$oz_tmp_ok" = yes; then
- oz_cv_YACC=$YACC