mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/cbonsai: unbreak
This commit is contained in:
parent
70671bb7a2
commit
ad8c412029
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||||
|
|
10
graphics/cbonsai/files/patch-Makefile
Normal file
10
graphics/cbonsai/files/patch-Makefile
Normal 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 <$< >$@
|
Loading…
Add table
Reference in a new issue