FreeBSD Bugzilla – Attachment 215732 Details for
Bug 247377
audio/ocp: fix build on powerpc64 with gcc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ocp.patch (text/plain), 1.31 KB, created by
Piotr Kubaj
on 2020-06-18 11:16:23 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-06-18 11:16:23 UTC
Size:
1.31 KB
patch
obsolete
>Index: audio/ocp/Makefile >=================================================================== >--- audio/ocp/Makefile (revision 539353) >+++ audio/ocp/Makefile (working copy) >@@ -23,9 +23,10 @@ > libsidplay.so:audio/libsidplay \ > libvorbis.so:audio/libvorbis > >-USES= gmake gnome iconv localbase:ldflags makeinfo ncurses pkgconfig \ >- tar:xz >+USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags makeinfo \ >+ ncurses pkgconfig tar:xz > >+DOS2UNIX_FILES= playym/lzh/lzh.h > USE_GITHUB= yes > GH_ACCOUNT= mywave82 > GH_PROJECT= opencubicplayer >Index: audio/ocp/files/patch-playym_lzh_lzh.h >=================================================================== >--- audio/ocp/files/patch-playym_lzh_lzh.h (nonexistent) >+++ audio/ocp/files/patch-playym_lzh_lzh.h (working copy) >@@ -0,0 +1,10 @@ >+--- playym/lzh/lzh.h.orig 2020-06-17 18:26:50 UTC >++++ playym/lzh/lzh.h >+@@ -41,6 +41,7 @@ >+ #ifndef LZH_H >+ #define LZH_H >+ >++#include <sys/types.h> >+ >+ #define BUFSIZE (1024 * 4) >+ > >Property changes on: audio/ocp/files/patch-playym_lzh_lzh.h >___________________________________________________________________ >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 247377
: 215732