Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/libfilezilla/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/libfilezilla/PKGBUILD b/community/libfilezilla/PKGBUILD
new file mode 100644
index 00000000..d2ceb105
--- /dev/null
+++ b/community/libfilezilla/PKGBUILD
@@ -0,0 +1,11 @@
+# atomic for i486
+if [ "$CARCH" = 'i486' ]; then
+ eval "$(
+ declare -f build | \
+ sed '
+ /export CC=/ a \
+ export LDFLAGS=-latomic
+ '
+ )
+ "
+fi