Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy.
This commit is contained in:
parent
63cbcc04eb
commit
6ed83a7a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276004
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ MAINTAINER= ume@FreeBSD.org
|
|||
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
|
||||
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \
|
||||
|
|
Loading…
Reference in a new issue