Remove sed call that is no longer necessary.

The sys/types.h include was added upstream and is present in Qt since 5.6.1.
This commit is contained in:
Raphael Kubo da Costa 2017-01-22 15:08:31 +00:00
parent 2709eba5ea
commit 30a5de6922
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432151

View file

@ -71,7 +71,5 @@ post-patch:
@${REINPLACE_CMD} -e '/${d}/ d' \
${WRKSRC}/qtmultimedia.pro
.endfor
@${REINPLACE_CMD} -e 's|<linux/types.h>|<sys/types.h>|' \
${WRKSRC}/src/plugins/v4l/radio/v4lradiocontrol.h
.include <bsd.port.mk>