Add missing quotes around xauth path
This commit is contained in:
parent
8089880386
commit
c0ebc50c76
@ -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