diff options
-rw-r--r-- | extra/qt5-declarative/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/qt5-declarative/PKGBUILD b/extra/qt5-declarative/PKGBUILD new file mode 100644 index 00000000..4613e09b --- /dev/null +++ b/extra/qt5-declarative/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + s@./configure@./configure -no-sse2@g + ' +)" |