mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Oops, revert previous commit
This commit is contained in:
parent
42bfb5ed40
commit
4cc2c0e494
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60130
@ -26,8 +26,8 @@ EXEGRP= bin
|
||||
#BINMODE= 2555
|
||||
EXEMODE= 444
|
||||
|
||||
.if !defined(NO_X11SUPPORT) && !defined(DESTDIR) \
|
||||
&& exists(${X11BASE}/include/X11/X.h) && exists(${XLIBDIR}/libX11.a)
|
||||
.if !defined(NO_X) && !defined(DESTDIR) && exists(${X11BASE}/include/X11/X.h) \
|
||||
&& exists(${XLIBDIR}/libX11.a)
|
||||
CFLAGS+= -I${X11BASE}/include
|
||||
LDADD+= -L${XLIBDIR} -lX11
|
||||
DPADD+= ${XLIBDIR}/libX11.a
|
||||
|
Loading…
Reference in New Issue
Block a user