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-Makefile | |
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-Makefile')
-rw-r--r-- | print/ttf2pt1/files/patch-Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ttf2pt1/files/patch-Makefile b/print/ttf2pt1/files/patch-Makefile index 9e9c62b2b3c4..3c1cd37a83e6 100644 --- a/print/ttf2pt1/files/patch-Makefile +++ b/print/ttf2pt1/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Oct 22 23:19:32 2006 -+++ Makefile Sun Oct 22 23:19:36 2006 -@@ -243,7 +243,6 @@ +--- Makefile.orig 2002-08-30 18:03:07 UTC ++++ Makefile +@@ -243,7 +243,6 @@ install: all chgrp -R $(GROUP) $(SHAREDIR) chmod -R go-w $(SHAREDIR) scripts/inst_file ttf2pt1 $(BINDIR)/ttf2pt1 $(OWNER) $(GROUP) 0755 |