summaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/android-tools-fastboot/files/Makefile')
-rw-r--r--devel/android-tools-fastboot/files/Makefile2
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