aboutsummaryrefslogtreecommitdiffstats
path: root/net/latd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/latd/Makefile')
-rw-r--r--net/latd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile
index 33d14127b9cb..a9644405a4c6 100644
--- a/net/latd/Makefile
+++ b/net/latd/Makefile
@@ -11,9 +11,12 @@ COMMENT= Linux-DECnet project LAT protocol suite
LICENSE= GPLv2
-USES= alias
+USES= alias compiler
GNU_CONFIGURE= yes
+CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
+CXXFLAGS_clang= -Wno-c++11-narrowing
+
PLIST_FILES= bin/llogin etc/latd.conf.sample \
man/man1/llogin.1.gz man/man5/latd.conf.5.gz \
man/man8/latd.8.gz man/man8/latcp.8.gz man/man8/moprc.8.gz \