mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
Unbreak after WX update by adding -std=c++11 to CXXFLAGS.
This commit is contained in:
parent
23fe5f3689
commit
e0551d0b60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383907
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kicad
|
||||
DISTVERSION= r${BZR_SRC_REV}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= mr
|
||||
@ -23,6 +23,7 @@ CONFLICTS= kicad-2014*
|
||||
DOCVERSION= 1.1
|
||||
LIBVERSION= 1.0
|
||||
|
||||
CXXFLAGS+= -std=c++11
|
||||
USE_GL= glew glu
|
||||
USE_WX= 3.0
|
||||
WX_COMPS= wx
|
||||
|
Loading…
Reference in New Issue
Block a user