From 6ed83a7a19b34038b16479a998d89befa22f96be Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Tue, 21 Jun 2011 15:43:48 +0000 Subject: [PATCH] Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy. --- net/p5-Socket6/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \