diff options
Diffstat (limited to 'x11/kde4-baseapps')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index d9ef48815688..115aebef0601 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -50,5 +50,9 @@ post-patch: .if ${OSVERSION} > 800090 @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-libusb20 .endif +.if ${OSVERSION} >= 800100 + @${REINPLACE_CMD} -e 's,usb_revision.h,usbdi.h,g' \ + ${WRKSRC}/../apps/kinfocenter/usbview/usbdevices.h +.endif .include <bsd.port.post.mk> |