summaryrefslogtreecommitdiff
path: root/net/udt/files/BSDmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/udt/files/BSDmakefile')
-rw-r--r--net/udt/files/BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/udt/files/BSDmakefile b/net/udt/files/BSDmakefile
index 1ebebc00aa70..c0d5c5111ca5 100644
--- a/net/udt/files/BSDmakefile
+++ b/net/udt/files/BSDmakefile
@@ -11,7 +11,7 @@ LDADD= -lmd -lpthread
SRCS= common.cpp window.cpp list.cpp buffer.cpp packet.cpp channel.cpp \
queue.cpp ccc.cpp cache.cpp core.cpp epoll.cpp api.cpp
-CXXFLAGS+= -D${MACHINE_ARCH:U:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD
+CXXFLAGS+= -D${MACHINE_ARCH:tu:S/I386/IA32/:S/SPARC64/SPARC/} -DBSD
CXXFLAGS+= -Wno-system-headers -Wall -W \
-Wpointer-arith -Wreturn-type \
-Wwrite-strings -Wswitch -Wno-cast-align \