FreeBSD Bugzilla – Attachment 195157 Details for
Bug 229739
devel/concurrencykit: remove BROKEN_aarch64, armv6/7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
devel_concurrencykit.patch (text/plain), 1.56 KB, created by
Mikael Urankar
on 2018-07-15 17:06:16 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2018-07-15 17:06:16 UTC
Size:
1.56 KB
patch
obsolete
>Index: devel/concurrencykit/Makefile >=================================================================== >--- devel/concurrencykit/Makefile (revision 473709) >+++ devel/concurrencykit/Makefile (working copy) >@@ -16,8 +16,6 @@ > > ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 sparc64 > BROKEN_aarch64= fails to configure: Detecting machine architecture...failed [unsupported] >-BROKEN_armv6= fails to configure: Finding suitable compiler........failed [not found] >-BROKEN_armv7= fails to configure: Finding suitable compiler........failed [not found] > BROKEN_powerpc64= fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc > > OPTIONS_DEFINE= RTM VMAPACK >Index: devel/concurrencykit/files/patch-configure >=================================================================== >--- devel/concurrencykit/files/patch-configure (nonexistent) >+++ devel/concurrencykit/files/patch-configure (working copy) >@@ -0,0 +1,13 @@ >+--- configure.orig 2018-07-15 19:01:39 UTC >++++ configure >+@@ -512,6 +512,10 @@ pathsearch() >+ what=$1 >+ oldFS="$IFS" >+ IFS=":" >++ if test -x "$what" ; then >++ echo "$what"; >++ return >++ fi >+ for d in $PATH ; do >+ if test -x "$d/$what" ; then >+ echo "$d/$what"; > >Property changes on: devel/concurrencykit/files/patch-configure >___________________________________________________________________ >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 229739
:
195090
| 195157 |
195689
|
195690