diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-06-21 15:43:48 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2011-06-21 15:43:48 +0000 |
commit | 6ed83a7a19b34038b16479a998d89befa22f96be (patch) | |
tree | c46b4dbdccfbb9e1e8d675e80eb2eddd65f545b6 /net/p5-Socket6/Makefile | |
parent | 63cbcc04ebb4aa4f7eedced1a7fe087e1249ab63 (diff) |
Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy.
Notes
Notes:
svn path=/head/; revision=276004
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 8b3884f580f9..b5a1f1e992c6 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -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 \ |