neverball: make this build again.

This commit is contained in:
Juan RP 2012-02-10 09:45:40 +01:00
parent 50f7a6065a
commit b544e386c8

View File

@ -25,7 +25,7 @@ Add_dependency full desktop-file-utils
do_build()
{
HOME=/ LANG=C make ${makejobs} \
HOME=/ LANG=C LC_ALL=C LDFLAGS="-lm -lX11" make ${makejobs} \
ENABLE_NLS=1 DATADIR=/usr/share/neverball \
LOCALEDIR=/usr/share/locale
}