ports/devel/libphk/files/patch-test_argv_Makefile
Muhammad Moinur Rahman f50c09806c devel/libphk: Fix build with llvm16
- Add LICENSE Beerware
- Refresh patches

Sponsored by:	The FreeBSD Foundation
2023-07-19 19:30:37 +02:00

11 lines
217 B
Text

--- test/argv/Makefile.orig 2006-09-09 11:49:52 UTC
+++ test/argv/Makefile
@@ -4,7 +4,7 @@ PROG += test_argv
CFLAGS += -I${.CURDIR}/../..
LDADD += -L../.. -lphk
-NO_MAN = sorry
+MAN =
.include <bsd.prog.mk>