xscreensaver: fix build on aarch64.
This commit is contained in:
parent
16722ebe37
commit
fb216f592b
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ changelog="https://www.jwz.org/xscreensaver/changelog.html"
|
|||
distfiles="https://www.jwz.org/xscreensaver/xscreensaver-${version}.tar.gz"
|
||||
checksum=5e6d6cb09033ad562cfe6d46bf9312e4451f7946bed8a4671aa9344df9193184
|
||||
|
||||
# marbling.c: In function 'fade': incompatible type for argument 1 of 'vqdmulhq_s16'
|
||||
CFLAGS=-flax-vector-conversions
|
||||
|
||||
do_install() {
|
||||
vmkdir etc/pam.d
|
||||
make install_prefix=${DESTDIR} install
|
||||
|
|
Loading…
Reference in a new issue