2 |
|
## INITENV +PATH PATH %i/bin |
3 |
|
## INITENV +PATH LD_LIBRARY_PATH %i/lib |
4 |
|
# OS X patches and build fudging stolen from fink |
5 |
< |
Requires: zlib expat openssl bz2lib |
5 |
> |
Requires: zlib expat openssl bz2lib ncurses gdbm db4 |
6 |
|
# FIXME: readline, ncurses, crypt, various [ng]dbm, db-*, db[1-3], |
7 |
|
# FIXME: gmp, panel, tk/tcl, x11 |
8 |
|
|
30 |
|
# linked specifically, or could be built by ourselves, depending on |
31 |
|
# whether we like to pick up system libraries or want total control. |
32 |
|
mkdir -p %i/include %i/lib |
33 |
< |
dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT $NCURSES_ROOT" |
33 |
> |
dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT $NCURSES_ROOT $DB4_ROOT $GDBM_ROOT" |
34 |
|
for d in $dirs; do |
35 |
|
for f in $d/include/*; do |
36 |
|
[ -f $f ] || continue |