diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -24,12 +24,9 @@ MODULES = devel/gettext \ lang/ruby \ x11/gnome - MODULES += gcc4 MODGCC4_ARCHS = * MODGCC4_LANGS = c++ -# 4.7 is required since 2.3.x -MODGCC4_VERSION = 4.8 # cant use clang = needs <chrono> header in StdLib ? #MODULES += lang/clang #MODCLANG_ARCHS = amd64 @@ -59,9 +56,6 @@ CONFIGURE_ENV = ac_cv_path_FLEX=${LOCALBASE}/bin/gflex \ AR_FLAGS="cru" \ ac_cv_path_RUBY=${RUBY} -#c++0x in 4.6, c++11 in 4.8 - removed in a patch but we need to readd it for wk2 -#CONFIGURE_ENV += CXXFLAGS="${CXXFLAGS} -std=c++0x -Wno-c++0x-compat" - LIBTOOL_FLAGS = --tag=disable-static CONFIGURE_ARGS= --disable-static \ --enable-spellcheck \ |