diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 05:12:35 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-08-25 05:12:35 +0000 |
| commit | 360169fdfeddb57c45d903859e0ffec352004601 (patch) | |
| tree | 470951c7f8de7bca9cda6e4fe60cb72b60295419 /emulators/fceux | |
| parent | 3f41789a406f58c24ce83a474c3cc198665b7c7d (diff) | |
Notes
Diffstat (limited to 'emulators/fceux')
| -rw-r--r-- | emulators/fceux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 9620b4121c55..f6169a076da7 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -22,6 +22,9 @@ USES= compiler:c++0x desktop-file-utils dos2unix localbase:ldflags pkgconfig sc USE_SDL= sdl USE_XORG= x11 +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing + OPTIONS_DEFINE= CREATE_AVI DEBUG DOCS FRAMESKIP LOGO LUA OPENGL OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= GTK2 GTK3 |
