FreeBSD Bugzilla – Attachment 197031 Details for
Bug 231310
emulators/nestopia: add libretro build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nestopia libretro
nestopia-libretro (text/plain), 937 bytes, created by
Loïc Bartoletti
on 2018-09-11 20:09:43 UTC
(
hide
)
Description:
nestopia libretro
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2018-09-11 20:09:43 UTC
Size:
937 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 479228) >+++ Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= nestopia > DISTVERSION= 1.49 >+PORTREVISION= 1 > CATEGORIES= emulators > > MAINTAINER= neel@neelc.org >@@ -22,6 +23,14 @@ > USE_GL= glu > USE_GNOME= cairo gdkpixbuf2 gtk30 > USE_SDL= sdl2 >+USE_GMAKE= yes > INSTALLS_ICONS= yes > >+post-build: >+ cd ${WRKSRC}/libretro && gmake >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libretro >+ ${INSTALL_DATA} ${WRKSRC}/libretro/nestopia_libretro.so \ >+ ${STAGEDIR}${PREFIX}/lib/libretro > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 479228) >+++ pkg-plist (working copy) >@@ -1,4 +1,5 @@ > bin/nestopia >+lib/libretro/nestopia_libretro.so > share/applications/nestopia.desktop > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS > %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
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
Actions:
View
|
Diff
Attachments on
bug 231310
:
197031
|
208633