From 7057f0c410ea078be0063630b3028718daa8fc55 Mon Sep 17 00:00:00 2001 From: sturm Date: Wed, 2 Jun 2004 09:20:43 +0000 Subject: [PATCH] honour CFLAGS in perl ports --- infrastructure/mk/perl.port.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infrastructure/mk/perl.port.mk b/infrastructure/mk/perl.port.mk index bbdcf2d9e64..d143d165d7a 100644 --- a/infrastructure/mk/perl.port.mk +++ b/infrastructure/mk/perl.port.mk @@ -1,12 +1,15 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 sw=4 filetype=make: -# $OpenBSD: perl.port.mk,v 1.7 2004/05/26 11:20:26 msf Exp $ +# $OpenBSD: perl.port.mk,v 1.8 2004/06/02 09:20:43 sturm Exp $ # Based on bsd.port.mk, originally by Jordan K. Hubbard. # This file is in the public domain. REGRESS_TARGET ?= test MODPERL_BUILD ?= Build +CONFIGURE_ARGS+=CCFLAGS="-fno-strict-aliasing -I${LOCALBASE}/include ${CFLAGS}" \ + OPTIMIZE=" " + .if ${CONFIGURE_STYLE:L:Mmodbuild} . if !${PKGNAME:Mp5-Module-Build*} BUILD_DEPENDS+= ::devel/p5-Module-Build