Code: Select all
cd datfiles && make COOKIEDIR=/usr/share/fortune \
OCOOKIEDIR=/usr/share/fortune/off WCOOKIEDIR=/usr/share/fortune/html \
OFFENSIVE= WEB=0
gcc -s -o fortune fortune.o -lrecode
if [ = 1 ] ; then \
cd off && make OCOOKIEDIR=/usr/share/fortune/off ; fi
/bin/sh: line 1: [: =: unary operator expected
if [ 0 = 1 ] ; then \
cd html && make WCOOKIEDIR=/usr/share/fortune/html; fi
ld: Undefined symbols:
_re_comp
_re_exec
_error
make[1]: *** [fortune] Error 1
make: *** [fortune-bin] Error 2
!!! ERROR: games-misc/fortune-mod-1.99.1 failed.
!!! Function src_compile, Line 50, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.
