components/antlr/Makefile
changeset 7135 baa9bef19b29
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
--- a/components/antlr/Makefile	Fri Oct 14 14:37:50 2016 -0700
+++ b/components/antlr/Makefile	Wed Oct 19 15:18:40 2016 -0700
@@ -44,6 +44,8 @@
 
 CONFIGURE_OPTIONS +=	--without-examples
 
+CXXFLAGS += -std=sun03
+
 # pkgdepend doesn't like the first line of a Python script to be:
 # '#!/usr/bin/env python' so turn it into '#!/usr/bin/python2.7'
 COMPONENT_POST_CONFIGURE_ACTION = \
@@ -59,6 +61,9 @@
 COMPONENT_TEST_TRANSFORMS += \
 	'-e "s|^.*$(JAVA_HOME).*$$|XXX_JAVA_XXX|g" ' \
 	'-e "/^ANTLR Parser Generator.*$$/d"' \
+	'-e "/Nothing to be done/d"' \
+	'-e "/Leaving directory/d"' \
+	'-e "/Entering directory/d"' \
 	'-e "/^XXX_JAVA_XXX$$/d" '
 
 COMPONENT_TEST_TARGETS = test