summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-20 20:26:38 +0100
committerErich Eckner <git@eckner.net>2017-11-20 20:26:38 +0100
commita03b20ef399a363b5f31b34c3d33d34eb83f7280 (patch)
treeb0a941233f7b1d9d298decbbc5f77437cd0a553a
parent770180ddaadf92e05e2090119cb7ca0ef2f5df61 (diff)
downloadpackages-a03b20ef399a363b5f31b34c3d33d34eb83f7280.tar.xz
community/clingo: remove patch
-rw-r--r--community/clingo/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/clingo/PKGBUILD b/community/clingo/PKGBUILD
deleted file mode 100644
index b41d5d41..00000000
--- a/community/clingo/PKGBUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-# see upstream: https://github.com/potassco/clingo/issues/57
-
-source+=("clang-libatomic.patch::https://github.com/potassco/clasp/commit/fe3e176e2813956000bb947479de2c3d80fe34be.patch")
-md5sums+=('d78671719de4e36653acf0ef28f890ae')
-
-prepare() {
- cd $pkgname/clasp
- patch -p1 -i ../../clang-libatomic.patch
- find . -name '*.cpp' -type f -exec sed -i '/^#include <xlocale\.h>$/d' {} \;
-}