mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Add missing quotes around xauth path
This commit is contained in:
parent
1c9be6fb56
commit
0305cfcec6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65029
@ -37,7 +37,7 @@ DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD} ${LIBCRYPT}
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.if defined(X11BASE)
|
||||
CFLAGS+= -DXAUTH_PATH=${X11BASE}/bin/xauth
|
||||
CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
|
||||
.endif
|
||||
|
||||
LDADD+= -L${.OBJDIR}/../../lib/libssh -lssh -lcrypto -lutil -lz
|
||||
|
Loading…
Reference in New Issue
Block a user