1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

devel/android-tools-{adb,fastboot}-devel: chase platform version output

This commit is contained in:
Jan Beich 2017-09-11 04:58:14 +00:00
parent f261c10609
commit 4ac9e0aba7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449604
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ SRCS+= stderr_write.c
REVISION?= $$(${GIT} rev-parse --short=12 HEAD 2>/dev/null || echo unknown)
CPPFLAGS+= -DADB_VERSION="\"0.0.0-${REVISION}-android\""
CPPFLAGS+= -DADB_VERSION="\"26.0.0 rc1-${REVISION}-android\""
CPPFLAGS+= -DADB_HOST=1
CPPFLAGS+= -DHAVE_FORKEXEC=1
CPPFLAGS+= -DHAVE_SYMLINKS

View File

@ -101,7 +101,7 @@ SRCS+= zip_archive.cc
REVISION?= $$(${GIT} rev-parse --short=12 HEAD 2>/dev/null || echo unknown)
CPPFLAGS+= -DFASTBOOT_VERSION="\"0.0.0-${REVISION}-android\""
CPPFLAGS+= -DFASTBOOT_VERSION="\"26.0.0 rc1-${REVISION}-android\""
CPPFLAGS+= -Doff64_t=off_t
CPPFLAGS+= -Dftruncate64=ftruncate
CPPFLAGS+= -Dlseek64=lseek