aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-05 04:02:01 +0800
committerbapt <bapt@FreeBSD.org>2013-05-05 04:02:01 +0800
commitbfd2d91b510de2951e2965e60d7d4880db27a9bf (patch)
tree4dcbd8154034463e9f7dc6c90cb75c06c62ec0d6 /sysutils
parent3911d3bdad014678872f9c47bef3b4d1e3cdab5c (diff)
downloadfreebsd-ports-gnome-bfd2d91b510de2951e2965e60d7d4880db27a9bf.tar.gz
freebsd-ports-gnome-bfd2d91b510de2951e2965e60d7d4880db27a9bf.tar.zst
freebsd-ports-gnome-bfd2d91b510de2951e2965e60d7d4880db27a9bf.zip
Fix build with clang
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/stmpclean/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile
index e90a115a309c..aef21f5b92d0 100644
--- a/sysutils/stmpclean/Makefile
+++ b/sysutils/stmpclean/Makefile
@@ -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>