mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
graphics/ebsynth: fix build on GCC architectures
Use C++11 compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
This commit is contained in:
parent
d4ba553ed8
commit
e506a1ae21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515206
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ LICENSE= PD
|
|||
|
||||
LIB_DEPENDS= libomp.so:devel/openmp
|
||||
|
||||
USES= localbase
|
||||
USES= compiler:c++11-lang localbase
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jamriska
|
||||
GH_TAGNAME= 2f5c97c0c21a
|
||||
|
|
Loading…
Add table
Reference in a new issue