aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2008-03-09 22:12:21 +0800
committergarga <garga@FreeBSD.org>2008-03-09 22:12:21 +0800
commit992a3b799ce20017eba0f3b1f2030b9d7e7043fe (patch)
tree52d558e964dbfb38a2310f2ac625326da68d2ca3 /archivers
parentfc3f5a90be068026abdb2b99b8e5601cc54ea40f (diff)
downloadfreebsd-ports-gnome-992a3b799ce20017eba0f3b1f2030b9d7e7043fe.tar.gz
freebsd-ports-gnome-992a3b799ce20017eba0f3b1f2030b9d7e7043fe.tar.zst
freebsd-ports-gnome-992a3b799ce20017eba0f3b1f2030b9d7e7043fe.zip
- Respect CFLAGS
- Bump PORTREVISION PR: ports/121441 (based on) Submitted by: bf <bf2006a@yahoo.com>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/szip/Makefile3
1 files changed, 2 insertions, 1 deletions
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: