mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add additional path for info to /usr/X11R6/info. This will allow
people to actually look at the info files for gdk and gtk for example.
This commit is contained in:
parent
769e7115b7
commit
2f694bd90e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ SRCS= dir.c display.c doc.c dribble.c echo-area.c filesys.c \
|
|||
infomap.c m-x.c man.c nodemenu.c nodes.c search.c session.c \
|
||||
signals.c terminal.c tilde.c variables.c window.c
|
||||
|
||||
CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:.\"
|
||||
CFLAGS+= -DINFODIR=\"${INFODIR}:/usr/local/info:/usr/X11R6/info:.\"
|
||||
|
||||
DPADD+= ${LIBTERMCAP} ${LIBTXI}
|
||||
LDADD+= -ltermcap ${LIBTXI}
|
||||
|
|
|
|||
Loading…
Reference in a new issue