graphics/cbonsai: unbreak

This commit is contained in:
Jimmy Olgeni 2024-10-09 20:45:14 +02:00
parent 70671bb7a2
commit ad8c412029
2 changed files with 10 additions and 2 deletions

View file

@ -10,8 +10,6 @@ WWW= https://gitlab.com/jallbrit/cbonsai
LICENSE= GPLv3 LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_FreeBSD_14= ld: error: undefined symbol: del_panel
USES= compiler:c11 ncurses USES= compiler:c11 ncurses
USE_GITLAB= yes USE_GITLAB= yes
GL_ACCOUNT= jallbrit GL_ACCOUNT= jallbrit

View file

@ -0,0 +1,10 @@
--- Makefile.orig
+++ Makefile
@@ -7,6 +7,7 @@
MANDIR = $(PREFIX)/share/man
cbonsai: cbonsai.c
+ $(CC) $(CFLAGS) -o $@ $< $(LDLIBS)
cbonsai.1: cbonsai.scd
scdoc <$< >$@