Lines 39-45
Link Here
|
39 |
|
39 |
|
40 |
sed -i -e "s/man boot library/boot library/" src/Makefile.in |
40 |
sed -i -e "s/man boot library/boot library/" src/Makefile.in |
41 |
epatch "${FILESDIR}"/${P}-CFLAGS.patch |
41 |
epatch "${FILESDIR}"/${P}-CFLAGS.patch |
42 |
epatch "${FILESDIR}"/${P}-gmp.patch |
|
|
43 |
epatch "${FILESDIR}"/${P}-test.patch |
42 |
epatch "${FILESDIR}"/${P}-test.patch |
44 |
|
43 |
|
45 |
if ! use minimal ; then |
44 |
if ! use minimal ; then |
Lines 69-75
Link Here
|
69 |
if ! use minimal ; then |
68 |
if ! use minimal ; then |
70 |
einfo "Building SWI-Prolog additional packages" |
69 |
einfo "Building SWI-Prolog additional packages" |
71 |
|
70 |
|
72 |
for package in clib cppproxy db jpl ltx2htm mp nlp odbc semweb sgml ssl table xpce/src |
71 |
for package in clib cppproxy db jpl ltx2htm nlp odbc semweb sgml ssl table xpce/src |
73 |
do |
72 |
do |
74 |
cd "${S}/packages/${package}" |
73 |
cd "${S}/packages/${package}" |
75 |
eautoreconf |
74 |
eautoreconf |
Lines 90-96
Link Here
|
90 |
--without-jasmine \ |
89 |
--without-jasmine \ |
91 |
$(use_with java jpl) \ |
90 |
$(use_with java jpl) \ |
92 |
$(use_with tetex ltx2htm) \ |
91 |
$(use_with tetex ltx2htm) \ |
93 |
$(use_with gmp mp) \ |
|
|
94 |
--with-nlp \ |
92 |
--with-nlp \ |
95 |
$(use_with odbc) \ |
93 |
$(use_with odbc) \ |
96 |
--with-semweb \ |
94 |
--with-semweb \ |