1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Conditionalize compiler flags that are specific to clang to fix errors

of the following forms on GCC-based architectures:

  cc1plus: error: unrecognized command line option "-Wno-c++11-narrowing"
  cc1plus: error: unrecognized command line option "-Wno-reserved-user-defined-literal"
  cc1plus: warning: unrecognized command line option '-Wno-error-narrowing'

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2019-04-04 17:38:10 +00:00
parent f390ea6077
commit c1a541e10b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497858
8 changed files with 23 additions and 14 deletions

View File

@ -15,7 +15,7 @@ LICENSE= GPLv2 # from website
WRKSRC_SUBDIR= src
USES= dos2unix
USES= compiler dos2unix
DOS2UNIX_FILES= Makefile bmp.cpp
USE_GL= gl glu glut
USE_XORG= x11 xext xmu xi
@ -25,7 +25,8 @@ PORTDATA= *
PLIST_FILES= bin/billardgl \
share/pixmaps/billardgl.bmp
CXXFLAGS+= -Wno-c++11-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
DESKTOP_ENTRIES="${PORTNAME}" \
"" \

View File

@ -15,11 +15,12 @@ COMMENT= Family-friendly set of 36 puzzle games
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake
USES= compiler gmake
USE_SDL= sdl mixer ttf gfx image
USE_GL= gl glu
CXXFLAGS+= -Wno-c++11-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
WRKSRC= ${WRKDIR}/${PORTNAME}

View File

@ -16,10 +16,12 @@ LICENSE= GPLv2+ # (now dead) website mentions GPL
LIB_DEPENDS= libfreetype.so:print/freetype2
USES= compiler
USE_SDL= sdl ttf mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CXXFLAGS+= -Wno-c++11-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein

View File

@ -12,12 +12,13 @@ DISTNAME= KoboDeluxe-${DISTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= SDL port of the scrolling game XKobo
USES= tar:bzip2
USES= compiler tar:bzip2
USE_SDL= image sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss
CXXFLAGS+= -Wno-reserved-user-defined-literal
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-reserved-user-defined-literal
SCOREDIR= /var/games/${PORTNAME}

View File

@ -29,7 +29,8 @@ USES= cmake compiler:c++11-lang
USE_SDL= mixer2 sdl2
SUB_FILES= ${PORTNAME}
CXXFLAGS+= -Wno-error-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-error-narrowing
USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-evo

View File

@ -12,12 +12,13 @@ COMMENT= Open-source 3D chess game
LICENSE= GPLv2 # from sourceforge page
USES= dos2unix gmake
USES= compiler dos2unix gmake
USE_SDL= sdl image
USE_GL= gl glu
DOS2UNIX_GLOB= *.cpp *.h Makefile config.ini
CXXFLAGS+= -Wno-reserved-user-defined-literal
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-reserved-user-defined-literal
WRKSRC= ${WRKDIR}/pouetChess_0.11

View File

@ -12,13 +12,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION}_src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Graphical dungeon crawling game
USES= gmake
USES= compiler gmake
USE_SDL= sdl
MAKE_JOBS_UNSAFE=yes
BUILD_WRKSRC= ${WRKSRC}/port/linux
CXXFLAGS+= -Wno-c++11-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
PLIST_FILES= bin/powder
PORTDOCS= README.TXT LICENSE.TXT CREDITS.TXT

View File

@ -15,12 +15,13 @@ COMMENT= Rogue-like game
LIB_DEPENDS= libfreetype.so:print/freetype2
RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/config/scourge.cfg:games/scourge-data
USES= autoreconf gettext gmake localbase
USES= autoreconf compiler gettext gmake localbase
GNU_CONFIGURE= yes
USE_GL= gl
USE_SDL= sdl image mixer net ttf
CXXFLAGS+= -Wno-c++11-narrowing
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang= -Wno-c++11-narrowing
CONFIGURE_ARGS= --with-data-dir=${DATADIR}