From e61d6a701f43e8cec5a4ec8c9641daf5376441de Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 23 Sep 2011 22:26:39 +0000 Subject: - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav --- www/mod_ruby/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'www/mod_ruby') diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 4002d001fc97..d75b796d2b9c 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -24,7 +24,6 @@ USE_PERL5_BUILD= yes CONFIGURE_ARGS= --with-apxs="${APXS}" CFLAGS+= -DONIG_ESCAPE_REGEX_T_COLLISION -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" MAKE_ARGS= RUBY="${RUBY}" INSTALL_TARGET= site-install -- cgit