summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Hartmann2015-09-15 19:53:16 -0500
committerWayne Hartmann2015-09-15 19:53:16 -0500
commit83d1afc8800560be33e24ffe97c785c8a41bc748 (patch)
treebc0c3710c8d306340a2deb95f6db4b6f176fb36e
parentf901143eb6bee571a7de7dfebe093cc72159f076 (diff)
downloadaur-gnome-rdp.tar.gz
Updated compiler strings
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 855a0e7be169..cc5c19d1203e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Remote desktop client for the GNOME Desktop with RDP/VNC/SSH capabiliti
arch=('any')
url="http://sourceforge.net/projects/gnome-rdp/"
license=('GPL' 'LGPL')
-depends=('gtk-sharp-2' 'gnome-keyring-sharp')
+depends=('gtk-sharp-2' 'gnome-keyring-sharp' 'mono')
optdepends=('openssh: SSH client'
'gnome-terminal: required for the SSH client'
'rdesktop: RDP client'
@@ -29,6 +29,10 @@ build() {
sed -i 's|@expanded_libdir@|@prefix@/@libdir@|' gnome-rdp.in
autoreconf -fi
+ sed -i 's|GMCS|DMCS|g' configure
+ sed -i 's|gmcs|dmcs|g' configure
+ sed -i 's|GMCS|DMCS|g' Makefile.in
+ sed -i 's|gmcs|dmcs|g' Makefile.in
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}