svn commit: r528650 - head/graphics/libvisual

Steve Wills swills at FreeBSD.org
Wed Mar 18 14:14:12 UTC 2020


Author: swills
Date: Wed Mar 18 14:14:11 2020
New Revision: 528650
URL: https://svnweb.freebsd.org/changeset/ports/528650

Log:
  graphics/libvisual: remove unnecessary REINPLACE_CMD

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

Modified: head/graphics/libvisual/Makefile
==============================================================================
--- head/graphics/libvisual/Makefile	Wed Mar 18 14:01:53 2020	(r528649)
+++ head/graphics/libvisual/Makefile	Wed Mar 18 14:14:11 2020	(r528650)
@@ -30,9 +30,4 @@ INSTALL_TARGET=	install-strip
 CFLAGS+=	-mmmx
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \
-		-e 's|-O3|${CFLAGS}|g' \
-		${WRKSRC}/libvisual/Makefile.in
-
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list