Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/bochs
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-15 18:59:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-15 18:59:51 +0100
commitadd90c35784c367ac6eb78cc6a2f5c40731a0d4b (patch)
tree82fe22d15b745c866c67cf77310ab3c1ec90ecd2 /community/bochs
parent98c3a4589707c6264f8166e6712f28cb2b801cb0 (diff)
community/bochs: dropped upstream (and moved to AUR)
Diffstat (limited to 'community/bochs')
-rw-r--r--community/bochs/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/community/bochs/PKGBUILD b/community/bochs/PKGBUILD
deleted file mode 100644
index cc92d59a..00000000
--- a/community/bochs/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-# disable host PCI device mapping, not supported for newer kernels in Bochs itself
-
-eval "$(
- declare -f build | \
- sed '
- s@--enable-pcidev@--disable-pcidev@g
- '
-)"