From 1bcb80f1d44516d1871a34250f9e73b99ed40eff Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Sun, 9 Mar 2008 14:12:21 +0000 Subject: [PATCH] - Respect CFLAGS - Bump PORTREVISION PR: ports/121441 (based on) Submitted by: bf --- archivers/szip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile index dd384eef0036..49540277c42b 100644 --- a/archivers/szip/Makefile +++ b/archivers/szip/Makefile @@ -7,7 +7,7 @@ PORTNAME= szip PORTVERSION= 1.12b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.compressconsult.com/szip/ DISTNAME= sz${PORTVERSION:S/.//}_src @@ -24,6 +24,7 @@ PORTDOCS= *.txt post-patch: @${REINPLACE_CMD} -e 's,more logfile,cat logfile,' \ + -e "s,^CFLAGS.*,CFLAGS= ${CFLAGS}," \ ${WRKSRC}/makefile do-build: