From eb2d6642b5d51fac0fbbfcbb65c28ac197fc885b Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 23 Feb 2021 12:48:16 +0300 Subject: [PATCH] libclc rebuild --- x11/library/libclc/actions.py | 4 ++-- x11/library/libclc/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py index fbdfdf1400..c687624388 100755 --- a/x11/library/libclc/actions.py +++ b/x11/library/libclc/actions.py @@ -20,7 +20,7 @@ def setup(): if get.buildTYPE() == "emul32": pisitools.cflags.add("-m32 ") - pisitools.cxxflags.add("-m32 -stdlib=libc++") + pisitools.cxxflags.add("-m32") shelltools.system("chmod +x clang32") options = "-DLLVM_CLANG='%s/%s-%s.src/clang32' \ -DLLVM_CONFIG='/usr/bin/llvm-config-32' \ @@ -28,7 +28,7 @@ def setup(): " % (get.workDIR(), get.srcNAME(), get.srcVERSION()) else: pisitools.cflags.add("-m64 ") - pisitools.cxxflags.add("-m64 -stdlib=libc++") + pisitools.cxxflags.add("-m64") options = "-DLLVM_CLANG='/usr/bin/clang' \ -DLLVM_CONFIG='/usr/bin/llvm-config' \ -DCMAKE_INSTALL_LIBDIR=lib \ diff --git a/x11/library/libclc/pspec.xml b/x11/library/libclc/pspec.xml index 07f6895e05..cf70919707 100755 --- a/x11/library/libclc/pspec.xml +++ b/x11/library/libclc/pspec.xml @@ -16,7 +16,7 @@ llvm cmake - libcxx-devel + python-devel python3-devel llvm-clang-devel