diff options
author | ume <ume@FreeBSD.org> | 2011-06-21 23:43:48 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2011-06-21 23:43:48 +0800 |
commit | 615244cefcf53f0044817101cbd24fc18cd61906 (patch) | |
tree | d8b102c97e83be13d56c7b35040211272b87211d /net | |
parent | 0d1c1e9fe1129c464668d2b1ab162330b5b3b4c0 (diff) | |
download | freebsd-ports-gnome-615244cefcf53f0044817101cbd24fc18cd61906.tar.gz freebsd-ports-gnome-615244cefcf53f0044817101cbd24fc18cd61906.tar.zst freebsd-ports-gnome-615244cefcf53f0044817101cbd24fc18cd61906.zip |
Pass CC and CFLAGS to CONFIGURE_ENV to intend to make clang happy.
Diffstat (limited to 'net')
-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 \ |