Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/make/PKGBUILD3
-rw-r--r--extra/guile/PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD
deleted file mode 100644
index 2cc6827d..00000000
--- a/core/make/PKGBUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-# for libffi.so.7 and libffi.so -> libffi.so.8 (so make get's linked correctly and
-# so that the current make runs with libffi.so.7)
-makedepends+=(libffi33 libffi)
diff --git a/extra/guile/PKGBUILD b/extra/guile/PKGBUILD
index 9a4dd6a2..669c307d 100644
--- a/extra/guile/PKGBUILD
+++ b/extra/guile/PKGBUILD
@@ -5,3 +5,7 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# for libffi.so.7 and libffi.so -> libffi.so.8 (so make get's linked correctly and
+# so that the current make runs with libffi.so.7)
+makedepends+=(libffi33)