FreeBSD Bugzilla – Attachment 221075 Details for
Bug 252256
textproc/chpp: fix the build against -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git(1) diff against the ports tree
0010-textproc-chpp-fix-build.patch (text/plain), 796 bytes, created by
Kyle Evans
on 2020-12-29 05:57:56 UTC
(
hide
)
Description:
git(1) diff against the ports tree
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2020-12-29 05:57:56 UTC
Size:
796 bytes
patch
obsolete
>From e87216d48b395c336fbf16ea682d9a0d09ad0bd5 Mon Sep 17 00:00:00 2001 >From: Kyle Evans <kevans@FreeBSD.org> >Date: Mon, 28 Dec 2020 23:32:23 -0600 >Subject: [PATCH 10/13] textproc/chpp: fix build > >Signed-off-by: Kyle Evans <kevans@FreeBSD.org> >--- > textproc/chpp/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile >index 02ea3fdd63c7..6496872da102 100644 >--- a/textproc/chpp/Makefile >+++ b/textproc/chpp/Makefile >@@ -14,7 +14,8 @@ COMMENT= Non-intrusive full-featured text preprocessor > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-LIB_DEPENDS= libgc.so:devel/boehm-gc >+LIB_DEPENDS= libgc.so:devel/boehm-gc \ >+ libgnuregex.so.6:devel/libgnuregex > > USES= autoreconf gmake makeinfo > GNU_CONFIGURE= yes >-- >2.29.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 252256
: 221075