diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-06-23 13:34:39 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-06-23 13:34:39 +0000 |
commit | 4b1b3185c154585d722eebdd928c75948112c721 (patch) | |
tree | 3b1b1031b9b74e0c5f1ce46015f877cf71810939 /x11/xstroke | |
parent | d81cca60f58cb1352d7c97f47d512f31f1db8f27 (diff) | |
download | ports-4b1b3185c154585d722eebdd928c75948112c721.tar.gz ports-4b1b3185c154585d722eebdd928c75948112c721.zip |
unbreak 4.x.
Reported by: bento via vs@
Notes
Notes:
svn path=/head/; revision=112057
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}" |