summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-18 15:00:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-18 15:00:48 +0000
commit684775db28d588569f60c1544d79fba8f02ac568 (patch)
treec1341d0a766475b7212b2755f5ee1cc182ff35e5 /graphics
parentFix wrong range of vulnerable Rails 4 versions (diff)
Remove this post-patch target, the -O3 line is commented out by the patch.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424164
Diffstat (limited to 'graphics')
-rw-r--r--graphics/seejpeg/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile
index fe510b98dcfd..0634dfb2e75a 100644
--- a/graphics/seejpeg/Makefile
+++ b/graphics/seejpeg/Makefile
@@ -22,8 +22,4 @@ PLIST_FILES= bin/seejpeg man/man1/seejpeg.1.gz
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>