FreeBSD Bugzilla – Attachment 210645 Details for
Bug 243281
audio/ardour5: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ardour5.patch (text/plain), 1.53 KB, created by
Piotr Kubaj
on 2020-01-12 00:17:36 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-01-12 00:17:36 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 522324) >+++ Makefile (working copy) >@@ -49,7 +49,6 @@ > INSTALLS_ICONS= yes > > BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc >-BROKEN_powerpc64= fails to compile: configuration_variable.cc: 'strtof' is not a member of 'std' > > PLIST_SUB= ARDOURVERSION=${PORTVERSION} > >@@ -104,6 +103,8 @@ > WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386 > .elif ${ARCH} == "amd64" > WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64 >+.elif ${ARCH} == "powerpc64" >+LLD_UNSAFE= yes > .endif > > .if defined(WITH_ARCH_FLAGS) >Index: files/patch-libs_fst_wscript >=================================================================== >--- files/patch-libs_fst_wscript (nonexistent) >+++ files/patch-libs_fst_wscript (working copy) >@@ -0,0 +1,10 @@ >+--- libs/fst/wscript.orig 2020-01-11 19:16:19 UTC >++++ libs/fst/wscript >+@@ -82,7 +82,6 @@ def build(bld): >+ >+ obj.includes = [ '../pbd/', '../ardour/', '.' ] >+ obj.defines = [ >+- '_POSIX_SOURCE', >+ 'USE_WS_PREFIX', >+ 'VST_SCANNER_APP', >+ 'PACKAGE="' + I18N_PACKAGE + str(bld.env['MAJOR']) + '"', > >Property changes on: files/patch-libs_fst_wscript >___________________________________________________________________ >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:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 243281
: 210645