mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/mednafen: Change CXXFLAGS.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
5097e90147
commit
5f8fc1d9b2
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=mednafen
|
||||
VERSION=${VERSION:-0.9.38.5}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -72,7 +72,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CC=clang CXX=clang++ \
|
||||
CXXFLAGS+="-D__STRICT_ANSI__" \
|
||||
CXXFLAGS+="-D__float128=void" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib$LIBDIRSUFFIX \
|
||||
|
|
Loading…
Reference in a new issue