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