Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 20:02:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317339 - head/sysutils/stmpclean
Message-ID:  <201305042002.r44K21ld022849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042002.r44K21ld022849>