diff --git a/multimedia/graphics/jbigkit/actions.py b/multimedia/graphics/jbigkit/actions.py
index bc0f31b9aa..ec8a2d2b92 100644
--- a/multimedia/graphics/jbigkit/actions.py
+++ b/multimedia/graphics/jbigkit/actions.py
@@ -9,11 +9,11 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
- autotools.make("-j1 CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
+ autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
def check():
autotools.make("-j1 test")
-
+
def install():
pisitools.insinto("/usr/include/", "libjbig/jbig*.h")
pisitools.insinto("/usr/lib/", "libjbig/libjbig*.so")
diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml
index 72fef57d0b..9366e6bd51 100644
--- a/programming/build/llvm/pspec.xml
+++ b/programming/build/llvm/pspec.xml
@@ -11,6 +11,7 @@
NCSA
The Low Level Virtual Machine
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.
+<<<<<<< HEAD
http://releases.llvm.org/3.9.1/llvm-3.9.1.src.tar.xz
http://releases.llvm.org/3.9.1/cfe-3.9.1.src.tar.xz
http://releases.llvm.org/3.9.1/clang-tools-extra-3.9.1.src.tar.xz
@@ -20,6 +21,13 @@
msan-prevent-initialization-failure-with-newer-glibc.patch
AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
+=======
+ http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz
+ http://llvm.org/releases/3.8.0/cfe-3.8.0.src.tar.xz
+ http://llvm.org/releases/3.8.0/clang-tools-extra-3.8.0.src.tar.xz
+ http://llvm.org/releases/3.8.0/lldb-3.8.0.src.tar.xz
+ http://llvm.org/releases/3.8.0/compiler-rt-3.8.0.src.tar.xz
+>>>>>>> parent of 80823be... llvm:v.bump
zlib-devel
libxml2-devel
@@ -204,6 +212,7 @@
+<<<<<<< HEAD
2017-02-05
3.9.1
@@ -211,6 +220,8 @@
Pisi Linux Community
admin@pisilinux.org
+=======
+>>>>>>> parent of 80823be... llvm:v.bump
2016-06-09
3.8.0
diff --git a/programming/language/python3/python3-pygobject3/actions.py b/programming/language/python3/python3-pygobject3/actions.py
index 40e10ee3b0..ae65d87c45 100755
--- a/programming/language/python3/python3-pygobject3/actions.py
+++ b/programming/language/python3/python3-pygobject3/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("configure", "-Werror=format", "#-Werror=format")
- shelltools.export("PYTHON", "/usr/bin/python3.6")
+ shelltools.export("PYTHON", "/usr/bin/python3.4")
shelltools.system("./configure --prefix=/usr \
--localstatedir=/var \
--disable-static")