|
|
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" | KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" |
IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d berkdb" |
IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d berkdb gdbm" |
| |
X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext" | X_DEPEND="x11-libs/libXt x11-libs/libXmu x11-libs/libXext" |
| |
DEPEND="virtual/libc | DEPEND="virtual/libc |
!virtual/xemacs | !virtual/xemacs |
berkdb? ( =sys-libs/db-1* >=sys-libs/gdbm-1.8.0 ) |
berkdb? ( =sys-libs/db-4* ) |
|
gdbm? ( >=sys-libs/gdbm-1.8.0 ) |
>=sys-libs/zlib-1.1.4 | >=sys-libs/zlib-1.1.4 |
>=dev-libs/openssl-0.9.6 | >=dev-libs/openssl-0.9.6 |
>=media-libs/audiofile-0.2.3 | >=media-libs/audiofile-0.2.3 |
|
|
| |
myconf="${myconf} --with-sound=${soundconf}" | myconf="${myconf} --with-sound=${soundconf}" |
| |
local dbconf="gnudbm" |
|
if use berkdb; then | if use berkdb; then |
myconf="${myconf} --with-database=${dbconf}" |
myconf="${myconf} --with-database=berkdb --libs=-ldb" |
|
elif use gdbm; then |
|
myconf="${myconf} --with-database=gnudbm" |
else | else |
myconf="${myconf} --without-database" | myconf="${myconf} --without-database" |
fi | fi |