aboutsummaryrefslogtreecommitdiff
path: root/devel/fb-adb
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-11-12 23:48:30 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-11-12 23:48:30 +0000
commit070f7a6e7d1893d1dfafd7aa018c63540e1a124a (patch)
tree4c6772a8377ed5b943b0d59855150a38cdca4fe8 /devel/fb-adb
parent432bfc91a55e52d5339e6e841ad6c6bf789c4796 (diff)
downloadports-070f7a6e7d1893d1dfafd7aa018c63540e1a124a.tar.gz
ports-070f7a6e7d1893d1dfafd7aa018c63540e1a124a.zip
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
Notes
Notes: svn path=/head/; revision=401468
Diffstat (limited to 'devel/fb-adb')
-rw-r--r--devel/fb-adb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/fb-adb/Makefile b/devel/fb-adb/Makefile
index c9a2c2d29c96..0fa25a6f8478 100644
--- a/devel/fb-adb/Makefile
+++ b/devel/fb-adb/Makefile
@@ -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