diff options
Diffstat (limited to 'lang/yap/patches/patch-ai')
-rw-r--r-- | lang/yap/patches/patch-ai | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/yap/patches/patch-ai b/lang/yap/patches/patch-ai new file mode 100644 index 00000000000..e75e8c5a26f --- /dev/null +++ b/lang/yap/patches/patch-ai @@ -0,0 +1,15 @@ +$NetBSD: patch-ai,v 1.1 2010/02/11 20:43:49 asau Exp $ + +Disable parts to avoid breakage. + +--- Makefile.in.orig 2008-06-04 18:47:18.000000000 +0400 ++++ Makefile.in 2009-12-11 05:30:54.000000000 +0300 +@@ -659,7 +659,7 @@ + @INSTALLCLP@(cd LGPL/clp ; make install) + @INSTALLCLP@(cd GPL/clpqr ; make install) + # (cd CHR ; make install) +- @INSTALLCLP@(cd LGPL/chr ; make install) ++# @INSTALLCLP@(cd LGPL/chr ; make install) + @INSTALLCLP@(cd CLPBN ; make install) + + |