FreeBSD Bugzilla – Attachment 221071 Details for
Bug 252251
editors/zile: fix the build on -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
0006-editor-zile-fix-build.patch (text/plain), 1.06 KB, created by
Kyle Evans
on 2020-12-29 05:49:01 UTC
(
hide
)
Description:
git(1) diff against the ports tree
Filename:
MIME Type:
Creator:
Kyle Evans
Created:
2020-12-29 05:49:01 UTC
Size:
1.06 KB
patch
obsolete
>From 7884bc209591267686ac68e50cc69bb20fa16766 Mon Sep 17 00:00:00 2001 >From: Kyle Evans <kevans@FreeBSD.org> >Date: Mon, 28 Dec 2020 23:31:49 -0600 >Subject: [PATCH 06/13] editor/zile: fix build > >Signed-off-by: Kyle Evans <kevans@FreeBSD.org> >--- > editors/zile/Makefile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/editors/zile/Makefile b/editors/zile/Makefile >index e61f6c4f215b..e97792d2661b 100644 >--- a/editors/zile/Makefile >+++ b/editors/zile/Makefile >@@ -12,7 +12,8 @@ COMMENT= Small emacs-like text editor > > LICENSE= GPLv3 > >-LIB_DEPENDS= libgc.so:devel/boehm-gc >+LIB_DEPENDS= libgc.so:devel/boehm-gc \ >+ libgnuregex.so.6:devel/libgnuregex > BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man > > USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang >@@ -27,7 +28,7 @@ PLIST_FILES= bin/${PORTNAME} \ > %%DOCSDIR%%/NEWS \ > %%DOCSDIR%%/dotzile.sample > >-CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu >+CPPFLAGS+= -I${LOCALBASE}/include #-isystem /usr/include/gnu > LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex > > post-patch: >-- >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 252251
: 221071