aboutsummaryrefslogtreecommitdiffstats
path: root/x11/aterm
diff options
context:
space:
mode:
authormich <mich@FreeBSD.org>2005-01-14 21:47:00 +0800
committermich <mich@FreeBSD.org>2005-01-14 21:47:00 +0800
commita6e47e282f919dc4b0fcb87d5c9cd4407ccdf867 (patch)
treea6c54cc99fc7153f6953637c349c3d2e29221db2 /x11/aterm
parent3b57d876f20422137924119a71f0af9d9b65b293 (diff)
downloadfreebsd-ports-gnome-a6e47e282f919dc4b0fcb87d5c9cd4407ccdf867.tar.gz
freebsd-ports-gnome-a6e47e282f919dc4b0fcb87d5c9cd4407ccdf867.tar.zst
freebsd-ports-gnome-a6e47e282f919dc4b0fcb87d5c9cd4407ccdf867.zip
o include Xlocale.h
Submitted by: Francois Briere <fbriere@peperes.info>
Diffstat (limited to 'x11/aterm')
-rw-r--r--x11/aterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index f1dbc27c05a2..0850f0155583 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= \
--enable-transparency --enable-background-image \
--enable-fading --enable-utmp --enable-wtmp
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.if !defined(WITHOUT_PNG)
CONFIGURE_ARGS+= --with-png