[arch-commits] Commit in g2sc/trunk (PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Mar 10 20:47:30 UTC 2014


    Date: Monday, March 10, 2014 @ 21:47:30
  Author: jelle
Revision: 106940

upgpkg: g2sc 0.2-5

fix broken build

Modified:
  g2sc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 20:03:41 UTC (rev 106939)
+++ PKGBUILD	2014-03-10 20:47:30 UTC (rev 106940)
@@ -5,7 +5,7 @@
 
 pkgname=g2sc
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Samba gtk2 client"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/g2sc"
@@ -16,6 +16,7 @@
 
 build() {
   cd ${srcdir}
+  sed -i 's/-lsmbclient/-I\/usr\/include\/samba-4.0 -lsmbclient/g' makefile
   make
 }
 




More information about the arch-commits mailing list