1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Fix build with clang

This commit is contained in:
Baptiste Daroussin 2013-05-04 20:02:01 +00:00
parent 39029c80d6
commit 0c12891e41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317339

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: stmpclean
# Date created: 4 August 1999
# Whom: shalunov
#
# Created by: shalunov
# $FreeBSD$
#
PORTNAME= stmpclean
PORTVERSION= 0.3
@ -17,4 +13,7 @@ MAN8= stmpclean.8
MANCOMPRESSED= no
PLIST_FILES= sbin/stmpclean
post-patch:
@${REINPLACE_CMD} -e "s/-O6//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>