summaryrefslogtreecommitdiff
path: root/devel/libstocks
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libstocks')
-rw-r--r--devel/libstocks/files/Makefile.client2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libstocks/files/Makefile.client b/devel/libstocks/files/Makefile.client
index ccb4bbafd213..94db408202cd 100644
--- a/devel/libstocks/files/Makefile.client
+++ b/devel/libstocks/files/Makefile.client
@@ -4,7 +4,7 @@ NOMAN= 1
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
-CFLAGS+=-I../lib
+CFLAGS+=-I${.CURDIR}/lib
LDADD+= -L../lib -lstocks
build: all