FreeBSD Bugzilla – Attachment 220883 Details for
Bug 251819
devel/raylib: Missing header files (raymath.h, etc)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
raylib.patch
raylib.patch (text/plain), 822 bytes, created by
Martin Filla
on 2020-12-24 08:04:06 UTC
(
hide
)
Description:
raylib.patch
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2020-12-24 08:04:06 UTC
Size:
822 bytes
patch
obsolete
>--- raylib.orig/Makefile 2020-12-24 08:23:46.465596000 +0100 >+++ raylib/Makefile 2020-12-24 08:56:45.945485000 +0100 >@@ -25,6 +25,10 @@ > CMAKE_OFF= BUILD_EXAMPLES BUILD_GAMES STATIC > > PLIST_FILES= include/raylib.h \ >+ include/rlgl.h \ >+ include/raymath.h \ >+ include/physac.h \ >+ include/raudio.h \ > lib/cmake/raylib/raylib-config-version.cmake \ > lib/cmake/raylib/raylib-config.cmake \ > lib/libraylib.so \ >@@ -35,5 +39,14 @@ > post-extract: > # Remove bundled files. > @${RM} -r ${WRKSRC}/src/external/glfw ${WRKSRC}/src/external/include ${WRKSRC}/src/rglfw.c >+ >+do-install: >+ # Install all parts for raylib >+ @${CP} ${WRKSRC}/src/raylib.h \ >+ ${WRKSRC}/src/raudio.h \ >+ ${WRKSRC}/src/rlgl.h \ >+ ${WRKSRC}/src/raymath.h \ >+ ${WRKSRC}/src/physac.h \ >+ ${STAGEDIR}${PREFIX}/include > > .include <bsd.port.mk>
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 251819
:
220883
|
220885
|
220891
|
220913
|
220914
|
220953
|
220959