summaryrefslogtreecommitdiff
path: root/www/yahttp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/yahttp/Makefile')
-rw-r--r--www/yahttp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/yahttp/Makefile b/www/yahttp/Makefile
index 47d55435de1..52f7db00423 100644
--- a/www/yahttp/Makefile
+++ b/www/yahttp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/04/30 01:22:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2017/05/03 08:38:45 jperkin Exp $
DISTNAME= yahttp-0.1.5
PKGREVISION= 4
@@ -13,14 +13,9 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_TOOLS+= aclocal autoconf autoheader automake
-.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
-CXXFLAGS+= -std=c++11
-.endif
-
pre-configure:
set -e; cd ${WRKSRC}; \
aclocal; autoheader; automake -a --foreign -i; autoconf