FreeBSD Bugzilla – Attachment 205910 Details for
Bug 239322
audio/mixxx21: fix build on non-x86
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
mixxx21.patch (text/plain), 1.81 KB, created by
Piotr Kubaj
on 2019-07-19 23:07:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-07-19 23:07:39 UTC
Size:
1.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 506459) >+++ Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= mixxx > DISTVERSIONPREFIX= release- > DISTVERSION= 2.1.8 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= audio > PKGNAMESUFFIX= 21 > >@@ -15,7 +15,6 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > BROKEN_aarch64= fails to compile: Exception("invalid machine type") >-BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack > > LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ > libFLAC.so:audio/flac \ >@@ -47,7 +46,7 @@ > CONFLICTS= mixxx20* mixxx > > MAKE_ARGS= qtdir="${PREFIX}" install_root="${PREFIX}" \ >- build=release optimize=native ${GUI} battery=0 vamp=1 modplug=1 >+ build=release optimize=off ${GUI} battery=0 vamp=1 modplug=1 > LATE_INSTALL_ARGS= --install-sandbox=${STAGEDIR} > > GUI= qt5=1 >Index: files/patch-plugins_soundsourcem4a_soundsourcem4a.h >=================================================================== >--- files/patch-plugins_soundsourcem4a_soundsourcem4a.h (nonexistent) >+++ files/patch-plugins_soundsourcem4a_soundsourcem4a.h (working copy) >@@ -0,0 +1,11 @@ >+--- plugins/soundsourcem4a/soundsourcem4a.h.orig 2019-07-19 22:36:09 UTC >++++ plugins/soundsourcem4a/soundsourcem4a.h >+@@ -5,6 +5,8 @@ >+ >+ #include "util/readaheadsamplebuffer.h" >+ >++#include <sys/types.h> >++ >+ #ifdef __MP4V2__ >+ #include <mp4v2/mp4v2.h> >+ #else > >Property changes on: files/patch-plugins_soundsourcem4a_soundsourcem4a.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
Flags:
pkubaj
:
maintainer-approval?
(
acm
)
Actions:
View
|
Diff
Attachments on
bug 239322
: 205910