diff options
author | sf <sf@FreeBSD.org> | 2004-06-23 21:34:39 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-06-23 21:34:39 +0800 |
commit | cde61e65a45a861ef4ebdc93d001faf6e6b246dc (patch) | |
tree | 0f47c20d473c921a596bbd2ad6b94de128b28402 /x11/xstroke | |
parent | 6e735b1bab94a2c6220c281bb61159c88f36ceb2 (diff) | |
download | freebsd-ports-gnome-cde61e65a45a861ef4ebdc93d001faf6e6b246dc.tar.gz freebsd-ports-gnome-cde61e65a45a861ef4ebdc93d001faf6e6b246dc.tar.zst freebsd-ports-gnome-cde61e65a45a861ef4ebdc93d001faf6e6b246dc.zip |
unbreak 4.x.
Reported by: bento via vs@
Diffstat (limited to 'x11/xstroke')
-rw-r--r-- | x11/xstroke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index a1cc989e3c35..74dfda933dfa 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -21,7 +21,7 @@ USE_REINPLACE= yes USE_BISON= yes USE_IMAKE= yes CFLAGS+= ${PTHREAD_CFLAGS} -CPPFLAGS= -I${LOCALBASE}/include +CPPFLAGS= -I${LOCALBASE}/include -I. LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |