index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-07 14:49:20 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-07 14:49:20 +0200 |
commit | ee340e5c2c0635eb9662b9f9ff466f476223b485 (patch) | |
tree | e1a6ab86cfdb377f1128b8f442aabbcf97cf9d17 | |
parent | 49015860587e231f56a775671c3d9ddc3d5b31f4 (diff) |
-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/ ' )" |