From 6b04e7108d4906d4b758e5bb7899e521066ac473 Mon Sep 17 00:00:00 2001 From: Leorize Date: Mon, 14 Jan 2019 15:38:52 +0700 Subject: [PATCH] games-emulation/retroarch: fix build My bad for not checking before merge. --- games-emulation/retroarch/retroarch-1.7.5.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/games-emulation/retroarch/retroarch-1.7.5.recipe b/games-emulation/retroarch/retroarch-1.7.5.recipe index 6bfea85bc..03f99755f 100644 --- a/games-emulation/retroarch/retroarch-1.7.5.recipe +++ b/games-emulation/retroarch/retroarch-1.7.5.recipe @@ -11,6 +11,7 @@ SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="89dae3646e4979b8685cae987eaa09816ac94bfb10d2636a2e7a8eede5fcbfa3" SOURCE_FILENAME="retroarch-$portVersion.tar.gz" SOURCE_DIR="RetroArch-$portVersion" +ADDITIONAL_FILES="retroarch.rdef.in" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" if [ "$targetArchitecture" = x86_gcc2 ]; then