www/apache13-modperl

Anton Yuzhaninov citrin at rambler-co.ru
Fri Oct 26 06:42:11 PDT 2007


Port www/apache13-modperl ignores CFLAGS from /etc/make.conf

Patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/apache13-modperl/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile    9 Sep 2007 16:57:14 -0000       1.21
+++ Makefile    26 Oct 2007 13:22:22 -0000
@@ -116,7 +116,7 @@
  OPTIM+=                -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  .endif

-CFLAGS=                -I${LOCALBASE}/include
+CFLAGS+=       -I${LOCALBASE}/include
  LIBS+=         -L${LOCALBASE}/lib

  CONFIGURE_ENV= OPTIM='${OPTIM}' LIBS='${LIBS}' \

-- 
WBR,
  Anton Yuzhaninov


More information about the freebsd-apache mailing list