diff options
author | mi <mi@FreeBSD.org> | 2001-10-30 22:46:42 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-10-30 22:46:42 +0800 |
commit | 863466a9eab67b8313d2ba4560ce6dde6bdd29c8 (patch) | |
tree | d2475f29ffa28e75737d2132e25561c41c88a362 /graphics/gd2 | |
parent | 44d77ecd73184d2d263f88869d4b4a4f38e51871 (diff) | |
download | freebsd-ports-gnome-863466a9eab67b8313d2ba4560ce6dde6bdd29c8.tar.gz freebsd-ports-gnome-863466a9eab67b8313d2ba4560ce6dde6bdd29c8.tar.zst freebsd-ports-gnome-863466a9eab67b8313d2ba4560ce6dde6bdd29c8.zip |
Both -- include and include/X11 might be needed...
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/files/Makefile.bsd | 2 |
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 |