summaryrefslogtreecommitdiffstats
path: root/system/vice
diff options
context:
space:
mode:
Diffstat (limited to 'system/vice')
-rw-r--r--system/vice/vice.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/vice/vice.SlackBuild b/system/vice/vice.SlackBuild
index 38aa08d8c5..1a47be3e2c 100644
--- a/system/vice/vice.SlackBuild
+++ b/system/vice/vice.SlackBuild
@@ -166,14 +166,14 @@ config() {
# at all.
# 20230504 bkw: note to self: -w means disable all warnings.
- CFLAGS="$SLKCFLAGS -w -fcommon" \
+ CFLAGS="$SLKCFLAGS -w -fcommon -fpermissive" \
CXXFLAGS="$SLKCFLAGS" \
DOS2UNIX=/bin/true \
XA=/bin/true \
XDG_DESKTOP_MENU=/bin/true \
./configure \
$configarg \
- $ffmpeg \
+ --disable-ffmpeg \
$pulseopt \
--enable-html-docs \
--enable-platformdox \