Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2007 17:22:41 +0400
From:      Anton Yuzhaninov <citrin@rambler-co.ru>
To:        apache@FreeBSD.org
Subject:   www/apache13-modperl
Message-ID:  <4721EA21.4030300@rambler-co.ru>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4721EA21.4030300>