FreeBSD Bugzilla – Attachment 195326 Details for
Bug 229923
devel/concurrencykit [PATCH] Unbreak build for armv6/armv7/aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
concurrencykit-0.6.0_1.diff
concurrencykit-0.6.0_1.diff (text/plain), 1.76 KB, created by
marek
on 2018-07-21 13:37:20 UTC
(
hide
)
Description:
concurrencykit-0.6.0_1.diff
Filename:
MIME Type:
Creator:
marek
Created:
2018-07-21 13:37:20 UTC
Size:
1.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 475065) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= concurrencykit > PORTVERSION= 0.6.0 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= http://concurrencykit.org/releases/ \ > http://repnop.org/releases/ >@@ -15,9 +16,6 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > 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: files/patch-configure >=================================================================== >--- files/patch-configure (nonexistent) >+++ files/patch-configure (working copy) >@@ -0,0 +1,14 @@ >+--- configure 2018-07-21 14:39:05.375491000 +0200 >++++ configure 2018-07-21 15:12:19.138448000 +0200 >+@@ -561,7 +561,10 @@ >+ fi >+ >+ printf "Finding suitable compiler........" >+-CC=`pathsearch "${CC:-cc}"` >++# A quick fix for poudriere cross builds >++if test $CC != "/nxb-bin/usr/bin/cc"; then >++ CC=`pathsearch "${CC:-cc}"` >++fi >+ if test -z "$CC" -o ! -x "$CC"; then >+ CC=`pathsearch "${CC:-gcc}"` >+ fi > >Property changes on: 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 229923
: 195326 |
195327
|
195328
|
195329
|
195330
|
195331