git: 7753f124339f - main - print/hplip: Fix patch from f97941e2c029
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 07:38:03 UTC
The branch main has been updated by tijl: URL: https://cgit.FreeBSD.org/ports/commit/?id=7753f124339fd7c52cddd7afd37c15b1aecf9cc9 commit 7753f124339fd7c52cddd7afd37c15b1aecf9cc9 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2023-08-17 07:24:16 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2023-08-17 07:32:01 +0000 print/hplip: Fix patch from f97941e2c029 by applying dos2unix first. PR: 272804 --- print/hplip/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 85298e9a682b..14c3f0cbbc51 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -23,7 +23,8 @@ USES= dos2unix jpeg libtool localbase pkgconfig python \ shebangfix USE_LDCONFIG= yes -DOS2UNIX_FILES= scan/sane/OrbliteScan/LinuxCommon.h scan/sane/orblite.c +DOS2UNIX_FILES= fax/filters/cdmfax/jetlib.cpp \ + scan/sane/OrbliteScan/LinuxCommon.h scan/sane/orblite.c SHEBANG_GLOB= *.py hpps pstotiff GNU_CONFIGURE= yes