Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 14:14:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528650 - head/graphics/libvisual
Message-ID:  <202003181414.02IEEBYc064325@repo.freebsd.org>

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



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