index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/nasm/PKGBUILD | 1 |
diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index f1a34d1a..98b5d95e 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -1,6 +1,7 @@ # remove ttf-liberation on i486 (X packages missing for installing the font) makedepends=(${makedepends[@]//ttf-liberation/}) makedepends_i686+=(ttf-liberation) +makedepends_pentium4=("${makedepends_i686[@]}") # i486-specific if [ "${CARCH}" = "i486" ]; then |