Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-19 23:28:46 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-19 23:28:46 +0300
commit19e3645d972fffe5719547a0f7bac1924a4b6da3 (patch)
tree1791450e7a7733f570ad30907895fedff22d574b
parent4f6b1ab96f3fbc278d6f58adb3c99eff15b8e0eb (diff)
extra/ldc: Build with gdmd
-rw-r--r--extra/ldc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/ldc/PKGBUILD b/extra/ldc/PKGBUILD
index a14218b2..0c8571cd 100644
--- a/extra/ldc/PKGBUILD
+++ b/extra/ldc/PKGBUILD
@@ -1,2 +1,2 @@
-# temporary workaround for building next version
-makedepends+=(llvm10-libs)
+makedepends=("${makedepends[@]/ldc/gdmd}")
+eval "$(declare -f build | sed 's@-DD_COMPILER_FLAGS=@-DIGNOREME=@;s@-DADDITIONAL_DEFAULT_LDC_SWITCHES=@-DIGNOREME=@')"