summaryrefslogtreecommitdiff
path: root/x11/xstroke
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2004-06-23 13:34:39 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2004-06-23 13:34:39 +0000
commit4b1b3185c154585d722eebdd928c75948112c721 (patch)
tree3b1b1031b9b74e0c5f1ce46015f877cf71810939 /x11/xstroke
parentGive help for the standard ports option WITHOUT_IPV6, so it is visiable (diff)
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/Makefile2
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}"