mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
libretro: small updates to a handful of cores (#4299)
This commit is contained in:
@@ -34,7 +34,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion%git}/" \
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
||||
$portDir/additional-files/4do_libretro.info.in \
|
||||
> 4do_libretro.info
|
||||
make $jobArgs
|
||||
@@ -36,7 +36,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion%git}/" \
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
||||
$portDir/additional-files/3dengine_libretro.info.in \
|
||||
> 3dengine_libretro.info
|
||||
make $jobArgs
|
||||
@@ -35,7 +35,7 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion%git}/" \
|
||||
sed -e "s/@DISPLAY_VERSION@/v${portVersion/_/-}/" \
|
||||
$portDir/additional-files/2048_libretro.info.in \
|
||||
> 2048_libretro.info
|
||||
make -f Makefile.libretro $jobArgs
|
||||
Reference in New Issue
Block a user