FreeBSD Bugzilla – Attachment 201932 Details for
Bug 235668
games/dhewm3: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
dhewm3.patch (text/plain), 1.25 KB, created by
Piotr Kubaj
on 2019-02-11 13:16:37 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-02-11 13:16:37 UTC
Size:
1.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 492542) >+++ Makefile (working copy) >@@ -18,7 +18,7 @@ > USE_GITHUB= yes > GH_ACCOUNT= dhewm > >-USES= cmake jpeg openal:al >+USES= cmake compiler:c++11-lang jpeg openal:al > USE_SDL= sdl2 > LLD_UNSAFE= yes > >Index: files/patch-renderer_tr__main.cpp >=================================================================== >--- files/patch-renderer_tr__main.cpp (nonexistent) >+++ files/patch-renderer_tr__main.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- renderer/tr_main.cpp.orig 2019-02-11 12:39:53 UTC >++++ renderer/tr_main.cpp >+@@ -26,7 +26,7 @@ If you have questions concerning this license or the a >+ =========================================================================== >+ */ >+ >+-#ifdef __ppc__ >++#if defined(__ppc__) && defined(__APPLE__) >+ #include <vecLib/vecLib.h> >+ #endif >+ #if defined(__GNUC__) && defined(__SSE2__) > >Property changes on: files/patch-renderer_tr__main.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 235668
: 201932