diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-10-21 21:30:13 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-10-21 21:30:13 +0200 |
commit | 2bce437b234a6ed1d83efacea3df6b83e3e0544c (patch) | |
tree | 511c75fb4e44a5010d8ac3b2358faaab13b81aca /extra/guile/PKGBUILD | |
parent | 35346f9e06e74557d7353bcfeaeff0607966a7e0 (diff) | |
download | packages-2bce437b234a6ed1d83efacea3df6b83e3e0544c.tar.xz |
extra/guile: removed libffi33 shim makependency
Diffstat (limited to 'extra/guile/PKGBUILD')
-rw-r--r-- | extra/guile/PKGBUILD | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/guile/PKGBUILD b/extra/guile/PKGBUILD index 669c307d..9a4dd6a2 100644 --- a/extra/guile/PKGBUILD +++ b/extra/guile/PKGBUILD @@ -5,7 +5,3 @@ 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) |