FreeBSD Bugzilla – Attachment 199794 Details for
Bug 233748
graphics/libprojectm: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libprojectm.patch (text/plain), 2.44 KB, created by
Piotr Kubaj
on 2018-12-03 11:49:27 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-03 11:49:27 UTC
Size:
2.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 486501) >+++ Makefile (working copy) >@@ -17,7 +17,8 @@ > libvisual-0.4.so:graphics/libvisual04 > RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm > >-USES= autoreconf:build gl gmake libtool localbase:ldflags pkgconfig qt:5 >+USES= autoreconf:build compiler:c++11-lang gl gmake libtool \ >+ localbase:ldflags pkgconfig qt:5 > > USE_GITHUB= yes > GH_ACCOUNT= projectM-visualizer >Index: files/patch-src_libprojectM_Renderer_ShaderEngine.cpp >=================================================================== >--- files/patch-src_libprojectM_Renderer_ShaderEngine.cpp (nonexistent) >+++ files/patch-src_libprojectM_Renderer_ShaderEngine.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- src/libprojectM/Renderer/ShaderEngine.cpp.orig 2018-12-03 11:18:41 UTC >++++ src/libprojectM/Renderer/ShaderEngine.cpp >+@@ -16,6 +16,9 @@ >+ #include <glm/gtc/type_ptr.hpp> >+ #include <set> >+ #include <regex> >++#ifdef __FreeBSD__ >++#include <sys/types.h> >++#endif >+ >+ #ifdef USE_GLES >+ #define GLSL_VERSION "300 es" > >Property changes on: files/patch-src_libprojectM_Renderer_ShaderEngine.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp >=================================================================== >--- files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp (nonexistent) >+++ files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- src/libprojectM/Renderer/hlslparser/src/HLSLParser.cpp.orig 2018-12-03 11:23:19 UTC >++++ src/libprojectM/Renderer/hlslparser/src/HLSLParser.cpp >+@@ -20,6 +20,9 @@ >+ #include <iostream> >+ #include <cmath> >+ #include <cstdlib> >++#ifdef __FreeBSD__ >++#include <sys/types.h> >++#endif >+ >+ namespace M4 >+ { > >Property changes on: files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 233748
: 199794