index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ispc/PKGBUILD | 2 |
diff --git a/community/ispc/PKGBUILD b/community/ispc/PKGBUILD index 826ac9a7..ead7793e 100644 --- a/community/ispc/PKGBUILD +++ b/community/ispc/PKGBUILD @@ -2,7 +2,7 @@ eval "$( declare -f build | \ sed ' - s/-DGENX_ENABLED=OFF/-DGENX_ENABLED=ON/ + s/-DGENX_ENABLED=ON/-DGENX_ENABLED=OFF/ ' )" |