Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 23:48:30 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401468 - head/devel/fb-adb
Message-ID:  <201511122348.tACNmUGQ024281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Nov 12 23:48:30 2015
New Revision: 401468
URL: https://svnweb.freebsd.org/changeset/ports/401468

Log:
  devel/fb-adb: unbreak build on DragonFly
  
  === configuring in stub-x86 (/wrkdirs/devel/fb-adb/.build/stub-x86)
  configure: running /bin/sh /wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86/configure --disable-option-checking '--prefix=/usr/local'  '--mandir=/usr/local/man' '--disable-checking' '--disable-debuggable-stubs' '--with-android-ndk=system' '--build=x86_64-portbld-dragonfly4.3' 'build_alias=x86_64-portbld-dragonfly4.3' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=' 'CPP=cpp' --cache-file=/dev/null --srcdir=/wrkdirs/devel/fb-adb/fb-adb-1.4.4-109-g930ba5f/stub-x86
  checking build system type... x86_64-portbld-dragonfly4.3
  checking host system type... i686-pc-linux-android
  Using system Android cross-compilers
  [...]
  configure: error: could not find Android cross-compiler for i686-pc-linux-android

Modified:
  head/devel/fb-adb/Makefile   (contents, props changed)

Modified: head/devel/fb-adb/Makefile
==============================================================================
--- head/devel/fb-adb/Makefile	Thu Nov 12 23:40:45 2015	(r401467)
+++ head/devel/fb-adb/Makefile	Thu Nov 12 23:48:30 2015	(r401468)
@@ -117,6 +117,7 @@ do-autoreconf:
 BUILD_DEPENDS+=		${${opt}_BUILD_DEPENDS_OFF}
 CONFIGURE_ENV+=		${${opt}_CONFIGURE_ENV_OFF}
 CONFIGURE_ARGS+=	${${opt}_CONFIGURE_OFF}
+_OPTIONS_patch+=	700:post-patch-${opt}-off
 . endif
 .endfor
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511122348.tACNmUGQ024281>