aboutsummaryrefslogtreecommitdiff
path: root/lib/liblutok/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/liblutok/Makefile')
-rw-r--r--lib/liblutok/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/liblutok/Makefile b/lib/liblutok/Makefile
index abb6ecd13ad4..08737afbb61a 100644
--- a/lib/liblutok/Makefile
+++ b/lib/liblutok/Makefile
@@ -18,8 +18,4 @@ CFLAGS+= -I${SRCTOP}/contrib/lutok/include \
WARNS?= 3
SHLIB_MAJOR= 0
-# lutok uses auto_ptr
-CFLAGS+= -Wno-deprecated-declarations
-CXXSTD= c++11
-
.include <bsd.lib.mk>