1 diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
2 --- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
3 +++ libretro-reicast/Makefile 2018-10-08 09:48:19.840450287 +0200
4 @@ -26,12 +26,12 @@ CC_AS = ${CC_PREFIX}as
16 +CXXFLAGS := ${CXXFLAGS}
18 GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
19 ifneq ($(GIT_VERSION)," unknown")