diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2023-08-17 07:24:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2023-08-17 07:32:01 +0000 |
commit | 7753f124339fd7c52cddd7afd37c15b1aecf9cc9 (patch) | |
tree | 29f6d9238d1c0e7c3081fba15cd08c14b4aa1417 | |
parent | 81cd705011d9394062665ebf63c5969faa1efbf4 (diff) | |
download | ports-7753f124339fd7c52cddd7afd37c15b1aecf9cc9.tar.gz ports-7753f124339fd7c52cddd7afd37c15b1aecf9cc9.zip |
print/hplip: Fix patch from f97941e2c029
by applying dos2unix first.
PR: 272804
-rw-r--r-- | print/hplip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |