diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-06-03 15:14:46 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-06-03 15:14:46 +0000 |
commit | edbdb2da14448c2e34b4e3a4797238398e1a2d30 (patch) | |
tree | 5557e2bbe90af258e9c67a577165d5db3101e391 /devel/android-tools-fastboot | |
parent | - Update to 0.69.0 (diff) |
devel/android-tools-adb: back out r498558 for breaking other BSDs
g++: error: ../libcutils/sockets.o: No such file or directory
Notes
Notes:
svn path=/head/; revision=503398
Diffstat (limited to 'devel/android-tools-fastboot')
-rw-r--r-- | devel/android-tools-fastboot/files/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/android-tools-fastboot/files/Makefile b/devel/android-tools-fastboot/files/Makefile index 3c93be6084f0..1f2648a8315f 100644 --- a/devel/android-tools-fastboot/files/Makefile +++ b/devel/android-tools-fastboot/files/Makefile @@ -40,6 +40,8 @@ SRCS+= ../libcutils/sockets.cpp SRCS+= socket_inaddr_any_server_unix.cpp SRCS+= socket_network_client_unix.cpp SRCS+= sockets_unix.cpp +# DragonFly, NetBSD, OpenBSD +CPPFLAGS.sockets.cpp+= -o ${.TARGET} # required by base and libutils .PATH: ${.CURDIR}/../liblog |