diff options
Diffstat (limited to 'print/hplip/Makefile')
-rw-r--r-- | print/hplip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 9f7b62dec2bf..dda9288e6f95 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -84,6 +84,10 @@ OPTIONS= QT "Graphical User Interface (Qt4)" on \ .include <bsd.port.options.mk> +.if ${OSVERSION} < 800067 +EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-strnlen +.endif + .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb USB_INCLUDE= ${LOCALBASE}/include |