index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/kmod/PKGBUILD | 11 |
diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD new file mode 100644 index 00000000..184ab2a8 --- /dev/null +++ b/core/kmod/PKGBUILD @@ -0,0 +1,11 @@ +# i486-specific +if [ "${CARCH}" = "i486" ]; then + # don't build documentation + makedepends=(${makedepends[@]//gtk-doc/}) + eval "$( + declare -f build | \ + sed ' + s/--enable-gtk-doc/--disable-gtk-doc/ + ' + )" +fi |