diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-10-10 04:05:44 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-10-10 04:05:44 +0800 |
commit | 0d5da3947cecf00085d5175f259c14952b25b829 (patch) | |
tree | 9c7b92f6cba0f46bf37d9518f09dacefe8325c72 /lang | |
parent | 693f6fd7c16d1409483c44f754dafa998ba144e2 (diff) | |
download | freebsd-ports-gnome-0d5da3947cecf00085d5175f259c14952b25b829.tar.gz freebsd-ports-gnome-0d5da3947cecf00085d5175f259c14952b25b829.tar.zst freebsd-ports-gnome-0d5da3947cecf00085d5175f259c14952b25b829.zip |
Forgot to remove this one...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mozart/files/patch-aclocal.m4 | 12 |
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 |