diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 12:18:45 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-23 12:50:17 +0200 |
commit | 141cd26606a2c8019966cdbb00a967db49bcb1b6 (patch) | |
tree | 02a089041f650a2c911d826adb5b77e3f852d498 /print/ttf2pt1/files/patch-ft.c | |
parent | devel/mercator: Fix build with llvm16 (diff) |
print/ttf2pt1: Fix build with llvm16
- Utilize USES=localbase
- Pet port{clippy|fmt}
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'print/ttf2pt1/files/patch-ft.c')
-rw-r--r-- | print/ttf2pt1/files/patch-ft.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ttf2pt1/files/patch-ft.c b/print/ttf2pt1/files/patch-ft.c index 80140af7a608..0eb1559a626f 100644 --- a/print/ttf2pt1/files/patch-ft.c +++ b/print/ttf2pt1/files/patch-ft.c @@ -1,5 +1,5 @@ ---- ft.c.orig 2003-12-31 22:30:50.000000000 +0100 -+++ ft.c 2013-12-16 16:50:37.000000000 +0100 +--- ft.c.orig 2003-12-31 21:30:50 UTC ++++ ft.c @@ -12,11 +12,12 @@ #include <stdlib.h> #include <ctype.h> |