summaryrefslogtreecommitdiff
path: root/graphics/gd2
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-10-30 14:46:42 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-10-30 14:46:42 +0000
commitca49092319d85d3b993786f98b0e3fee38e7ed1f (patch)
tree08b54972f006c8548e781e60c93c73dad967ef10 /graphics/gd2
parentMisspelled symbol name for one of the installed modules. The module (diff)
Both -- include and include/X11 might be needed...
Notes
Notes: svn path=/head/; revision=49388
Diffstat (limited to 'graphics/gd2')
-rw-r--r--graphics/gd2/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/files/Makefile.bsd b/graphics/gd2/files/Makefile.bsd
index 0d11583158d5..d2c84313fe50 100644
--- a/graphics/gd2/files/Makefile.bsd
+++ b/graphics/gd2/files/Makefile.bsd
@@ -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