graphics/cbonsai: unbreak
This commit is contained in:
@@ -10,8 +10,6 @@ WWW= https://gitlab.com/jallbrit/cbonsai
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_14= ld: error: undefined symbol: del_panel
|
||||
|
||||
USES= compiler:c11 ncurses
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= jallbrit
|
||||
|
||||
@@ -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 <$< >$@
|
||||
Reference in New Issue
Block a user