summaryrefslogtreecommitdiffstats
path: root/games/nestopia/nestopia.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/nestopia/nestopia.SlackBuild')
-rw-r--r--games/nestopia/nestopia.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild
index f45e53f233..8d531896e5 100644
--- a/games/nestopia/nestopia.SlackBuild
+++ b/games/nestopia/nestopia.SlackBuild
@@ -54,7 +54,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch < $CWD/Makefile.patch
-sed -i "s/-O3 -g3/-g3 ${SLKCFLAGS}/g" Makefile
+sed -i "s/-O3 -g3/-g3 ${SLKCFLAGS} -fpermissive/g" Makefile
make -j1 PREFIX=/usr
make install PREFIX=$PKG/usr