From owner-freebsd-apache@FreeBSD.ORG Fri Oct 26 13:42:11 2007 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D89D016A41A for ; Fri, 26 Oct 2007 13:42:11 +0000 (UTC) (envelope-from citrin@rambler-co.ru) Received: from mailsupport.rambler.ru (mailsupport.rambler.ru [81.19.66.129]) by mx1.freebsd.org (Postfix) with ESMTP id 9557F13C4AC for ; Fri, 26 Oct 2007 13:42:11 +0000 (UTC) (envelope-from citrin@rambler-co.ru) Received: from [81.19.65.37] (unknown [81.19.65.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailsupport.rambler.ru (Postfix) with ESMTP id 52F58F6E for ; Fri, 26 Oct 2007 17:22:53 +0400 (MSD) Message-ID: <4721EA21.4030300@rambler-co.ru> Date: Fri, 26 Oct 2007 17:22:41 +0400 From: Anton Yuzhaninov User-Agent: Thunderbird by compcn MIME-Version: 1.0 To: apache@FreeBSD.org Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: www/apache13-modperl X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 13:42:11 -0000 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