Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 15:00:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424164 - head/graphics/seejpeg
Message-ID:  <201610181500.u9IF0mYG033681@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Oct 18 15:00:48 2016
New Revision: 424164
URL: https://svnweb.freebsd.org/changeset/ports/424164

Log:
  Remove this post-patch target, the -O3 line is commented out by the patch.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/seejpeg/Makefile   (contents, props changed)

Modified: head/graphics/seejpeg/Makefile
==============================================================================
--- head/graphics/seejpeg/Makefile	Tue Oct 18 14:46:11 2016	(r424163)
+++ head/graphics/seejpeg/Makefile	Tue Oct 18 15:00:48 2016	(r424164)
@@ -22,8 +22,4 @@ PLIST_FILES=	bin/seejpeg man/man1/seejpe
 post-extract:
 	${CHMOD} 0644 ${WRKSRC}/Makefile
 
-post-patch:
-	${MV}	${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev
-	${SED}	"s|-O3|${CFLAGS}|g" ${WRKSRC}/Makefile.prev >  ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>



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