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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-31 22:31:06 +07:00
parent a1c6cc6ed2
commit 7837acd675

View file

@ -24,7 +24,7 @@
PRGNAM=dbus-sharp-glib
VERSION=${VERSION:-0.6}
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 \