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