devel/android-tools-adb: back out r498558 for breaking other BSDs
g++: error: ../libcutils/sockets.o: No such file or directory
This commit is contained in:
parent
f1f646ee3a
commit
edbdb2da14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503398
2 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,8 @@ SRCS+= socket_network_client_unix.cpp
|
|||
SRCS+= ../libcutils/sockets.cpp
|
||||
SRCS+= load_file.cpp
|
||||
SRCS+= threads.cpp
|
||||
# DragonFly, NetBSD, OpenBSD
|
||||
CPPFLAGS.sockets.cpp+= -o ${.TARGET}
|
||||
|
||||
# required by base/file.cpp
|
||||
.PATH: ${.CURDIR}/../liblog
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue