1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

Both -- include and include/X11 might be needed...

This commit is contained in:
Mikhail Teterin 2001-10-30 14:46:42 +00:00
parent b1614c733f
commit ca49092319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49388

View File

@ -16,7 +16,7 @@ CFLAGS+=-I${.CURDIR} -I${LOCALBASE}/include/freetype2/ \
LDADD= -L${LOCALBASE}/lib -lpng -lz -ljpeg -lfreetype -lm
.ifndef WITHOUT_XPM
CFLAGS+=-I${X11BASE}/include/X11 -DHAVE_XPM
CFLAGS+=-I${X11BASE}/include/X11 -I${X11BASE}/include -DHAVE_XPM
LDADD+= -L${X11BASE}/lib -lXpm
.ifdef WITHOUT_X11
CFLAGS+=-DXPM_NOX