svn commit: r317339 - head/sysutils/stmpclean
Baptiste Daroussin
bapt at FreeBSD.org
Sat May 4 20:02:01 UTC 2013
Author: bapt
Date: Sat May 4 20:02:01 2013
New Revision: 317339
URL: http://svnweb.freebsd.org/changeset/ports/317339
Log:
Fix build with clang
Modified:
head/sysutils/stmpclean/Makefile
Modified: head/sysutils/stmpclean/Makefile
==============================================================================
--- head/sysutils/stmpclean/Makefile Sat May 4 20:00:38 2013 (r317338)
+++ head/sysutils/stmpclean/Makefile Sat May 4 20:02:01 2013 (r317339)
@@ -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>
More information about the svn-ports-head
mailing list