diff options
Diffstat (limited to 'net/p5-Socket6/Makefile')
-rw-r--r-- | net/p5-Socket6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Socket6/Makefile b/net/p5-Socket6/Makefile index 287af2445f53..3780b3637dba 100644 --- a/net/p5-Socket6/Makefile +++ b/net/p5-Socket6/Makefile @@ -18,6 +18,6 @@ USE_PERL5= yes do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CCFLAGS="${CFLAGS}" + CC="${CC}" CCFLAGS="${CFLAGS}" .include <bsd.port.mk> |