1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

graphics/libvisual: remove unnecessary REINPLACE_CMD

This commit is contained in:
Steve Wills 2020-03-18 14:14:11 +00:00
parent 41126d7351
commit 5531242683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528650

View File

@ -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>