diff options
-rw-r--r-- | development/hugs98/hugs98.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/development/hugs98/hugs98.SlackBuild b/development/hugs98/hugs98.SlackBuild index 6e2139d09a..10761fef23 100644 --- a/development/hugs98/hugs98.SlackBuild +++ b/development/hugs98/hugs98.SlackBuild @@ -68,9 +68,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -fgnu89-inline" \ CXXFLAGS="$SLKCFLAGS" \ -# most --enable's are autodetected by configure (like opengl, ffi and io encoding) ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |