games/retroarch: Unbreak by fixing shebang

This commit is contained in:
Yuri Victorovich 2018-03-18 16:57:58 +00:00
parent a8d5f5af1b
commit e993cdffa2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464933

View File

@ -57,14 +57,14 @@ LDFLAGS+= -pthread
CONFIGURE_ARGS+=--enable-threads
CONFIGURE_ENV+= MAN_DIR=${MANPREFIX}/man
USES= compiler:c++11-lib gmake pkgconfig shebangfix
USE_GITHUB= yes
GH_ACCOUNT= libretro
SUB_FILES= pkg-message
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--global-config-dir=${LOCALBASE}/etc
USES= compiler:c++11-lib gmake pkgconfig
USE_XORG= x11 xcb xext xinerama xv xxf86vm
SHEBANG_FILES= libretro-common/glsym/glgen.py libretro-common/glsym/rglgen.py tools/cg2glsl.py tools/vulkan_loader_generator.py
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \