libraries/dbus-sharp: Specify GMCS for mono 4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-04 01:53:02 +07:00
parent 8abc562712
commit e086989014

View file

@ -24,7 +24,7 @@
PRGNAM=dbus-sharp
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -77,6 +77,7 @@ find -L . \
# We will fix the pkgconfig location on 64bit later.
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
GMCS=/usr/bin/mcs \
./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib \