FreeBSD Bugzilla – Attachment 165223 Details for
Bug 206010
games/retroarch: Fix dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
retroarch.patch (text/plain), 1.64 KB, created by
Yuri Victorovich
on 2016-01-07 17:59:06 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-01-07 17:59:06 UTC
Size:
1.64 KB
patch
obsolete
>Index: games/retroarch/Makefile >=================================================================== >--- games/retroarch/Makefile (revision 405386) >+++ games/retroarch/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= RetroArch > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= games > >@@ -12,7 +13,8 @@ > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon >+LIB_DEPENDS= libxkbcommon.so:${PORTSDIR}/x11/libxkbcommon \ >+ libdrm.so:${PORTSDIR}/graphics/libdrm > > OPTIONS_DEFINE= FFMPEG OSS JACK PULSEAUDIO ALSA SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO > OPTIONS_DEFAULT=FFMPEG OSS PULSEAUDIO SDL OPENGL OPENAL NETPLAY PYTHON V4L FREETYPE FBO >@@ -33,14 +35,15 @@ > SDL_USE= SDL=sdl2 image2 > SDL_CONFIGURE_ON= --disable-sdl --enable-sdl2 > SDL_CONFIGURE_OFF= --disable-sdl --disable-sdl2 >-OPENGL_USE= GL=gl >+OPENGL_USE= GL=gl,gbm > OPENGL_CONFIGURE_ENABLE=opengl > OPENAL_USES= openal:soft > OPENAL_CONFIGURE_ENABLE=al > NETPLAY_CONFIGURE_ENABLE= netplay > PYTHON_CONFIGURE_ENABLE=python >-PYTHON_USES= python:3.4+ >+PYTHON_USES= python:3 > V4L_LIB_DEPENDS= libv4l2.so:${PORTSDIR}/multimedia/libv4l >+V4L_BUILD_DEPENDS= v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat > V4L_CONFIGURE_ENABLE= v4l2 > FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 > FREETYPE_CONFIGURE_ENABLE= freetype >@@ -56,7 +59,7 @@ > SUB_FILES= pkg-message > GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--global-config-dir=${LOCALBASE}/etc >-USES= compiler:c++11-lib gmake >+USES= compiler:c++11-lib gmake pkgconfig > USE_XORG= x11 xext xinerama xv xxf86vm > > MAN1PAGES= retroarch-cg2glsl.1 retroarch-joyconfig.1 retroarch.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206010
: 165223