Fix build with clang.
This commit is contained in:
parent
263f887bfb
commit
3236095b48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276607
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
|||
ALL_TARGET= gramofile
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USE_CSTD= gnu89
|
||||
MAKE_ARGS+= CC=${CC}
|
||||
MAKE_ARGS+= CXX=${CXX}
|
||||
|
||||
PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/mach/CORE
|
||||
MAKE_ARGS+= PERLCOREDIR=${PERLCOREDIR}
|
||||
|
|
Loading…
Reference in a new issue