Skip to content

Commit

Permalink
devel/freebsd-gcc9: Use USE_CXXSTD in place of bare CXXFLAGS.
Browse files Browse the repository at this point in the history
Suggested by:	danfe
  • Loading branch information
bsdjhb committed Jul 5, 2023
1 parent 94dd820 commit 50aa7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/freebsd-gcc9/Makefile
Expand Up @@ -26,7 +26,7 @@ TARGETARCH= ${FLAVOR}
USES= compiler:c++11-lang cpe gmake iconv libtool makeinfo tar:xz
CPE_VENDOR= gnu

CXXFLAGS+= -std=c++11
USE_CXXSTD= c++11

PLIST_SUB= OPSYS=${OPSYS:tl} \
SUFFIX=${SUFFIX} \
Expand Down

0 comments on commit 50aa7b5

Please sign in to comment.