diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-02-09 10:57:33 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-02-09 10:57:33 +0000 |
commit | c416f44871abf8003192bdcdf94131bbdebcfb2b (patch) | |
tree | 5bfc7c611d04cdb0ed7eac75456c983bd044125f /cad | |
parent | f3e3cfdc1dd1854674c00f3a8c3dc4892c6fcef5 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/kicad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 799d4e7df7b5..74ac5176fd3d 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -23,8 +23,7 @@ CONFLICTS= kicad-devel* USES= cmake dos2unix desktop-file-utils shared-mime-info tar:xz # Does not compile with Gcc48 -GCC_DEFAULT= 4.7 -USE_GCC= ${GCC_DEFAULT} +USE_GCC= 4.7 #USES+= compiler:gcc-c++11-lib LDFLAGS+= -L${LOCALBASE}/lib/c++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 |