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

Daniel Micay thestinger at nymeria.archlinux.org
Tue May 13 01:54:09 UTC 2014


    Date: Tuesday, May 13, 2014 @ 03:54:09
  Author: thestinger
Revision: 111072

fix build

Modified:
  playpen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-12 20:48:03 UTC (rev 111071)
+++ PKGBUILD	2014-05-13 01:54:09 UTC (rev 111072)
@@ -8,13 +8,13 @@
 url='https://github.com/thestinger/playpen/'
 license=(MIT)
 depends=(libseccomp systemd)
-makedepends=(git clang)
+makedepends=(git)
 source=(git://github.com/thestinger/playpen#tag=$pkgver)
 md5sums=(SKIP)
 
 build() {
   cd $pkgname
-  make
+  make CC=gcc
 }
 
 package() {




More information about the arch-commits mailing list