Cursor movement and words wrapping aren't hacked if compiled with gnome.
If without gnome, esound support isn't needed.
This commit is contained in:
parent
a003fc26fe
commit
e0bd871064
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37055
1 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,11 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \
|
|||
${.CURDIR}/files/patch-include::config.h \
|
||||
${.CURDIR}/files/patch-source::screen.c
|
||||
|
||||
WITH_LATIN= yes
|
||||
WITH_LATIN= YES
|
||||
# Cursor movement and words wrapping aren't hacked if compiled with gnome.
|
||||
WITHOUT_GNOME= YES
|
||||
# If without gnome, esound support isn't needed.
|
||||
WITHOUT_ESOUND= YES
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
||||
|
|
Loading…
Reference in a new issue