summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-01-22 15:08:31 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-01-22 15:08:31 +0000
commit30a5de69223e17fbca13c24a5d96c02abd27e8d9 (patch)
tree0c806aa8f0aff743c1c3474b433d0a2ab16811ba
parentRemove PROJECTHOST (diff)
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.
Notes
Notes: svn path=/head/; revision=432151
-rw-r--r--multimedia/qt5-multimedia/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/qt5-multimedia/Makefile b/multimedia/qt5-multimedia/Makefile
index 6d4a85ec23f3..be14e9140352 100644
--- a/multimedia/qt5-multimedia/Makefile
+++ b/multimedia/qt5-multimedia/Makefile
@@ -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>