diff options
author | makc <makc@FreeBSD.org> | 2010-10-30 21:13:50 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-30 21:13:50 +0800 |
commit | 10fe6140afefe8514e57263ee607733df6656fe2 (patch) | |
tree | b230d8705cc8fc3faf63fad59a930253901de037 /print/hplip/Makefile | |
parent | 4a6896b04229f8bd0d7ce5fe15070512cb849bc4 (diff) | |
download | freebsd-ports-gnome-10fe6140afefe8514e57263ee607733df6656fe2.tar.gz freebsd-ports-gnome-10fe6140afefe8514e57263ee607733df6656fe2.tar.zst freebsd-ports-gnome-10fe6140afefe8514e57263ee607733df6656fe2.zip |
Fix build on 7.x
Remove md5 sum
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 |