1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

jbofihe: The Lojban Parser

This package is a parser for the language Lojban.  It compliments
makfa, the Lojban dictionary.
This commit is contained in:
Alan Post
2010-10-08 21:52:54 -06:00
parent 72535527b8
commit 8834e02dc8
8 changed files with 697 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- jbofihe-0.38.orig/config.pl 2001-09-15 16:10:37.000000000 -0600
+++ jbofihe-0.38/config.pl 2010-10-07 23:28:56.000000000 -0600
@@ -62,7 +62,7 @@
$cmafihe_ldopts="";
}
-$optdebug = $debug ? " -g -Wall" : " -O2";
+$optdebug = $debug ? " -g -Wall" : "";
if ($profile) {
$optdebug .= " -pg";
}