diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-01-22 15:08:31 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-01-22 15:08:31 +0000 |
commit | 30a5de69223e17fbca13c24a5d96c02abd27e8d9 (patch) | |
tree | 0c806aa8f0aff743c1c3474b433d0a2ab16811ba | |
parent | Remove 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/Makefile | 2 |
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> |