aboutsummaryrefslogtreecommitdiffstats
path: root/finance/libstocks
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-01-26 01:52:59 +0800
committermi <mi@FreeBSD.org>2002-01-26 01:52:59 +0800
commitcc650aa219da625e44aa17bfe219b3d878c4024a (patch)
treeba0c7e4a966eb280927218001d9790c86f560dd0 /finance/libstocks
parent31c3602f76b98e746fb5bc8373fcdafc5d58e76e (diff)
downloadfreebsd-ports-gnome-cc650aa219da625e44aa17bfe219b3d878c4024a.tar.gz
freebsd-ports-gnome-cc650aa219da625e44aa17bfe219b3d878c4024a.tar.zst
freebsd-ports-gnome-cc650aa219da625e44aa17bfe219b3d878c4024a.zip
Fix the include path, so the client binary compiles...
Submitted by: fenner's build log
Diffstat (limited to 'finance/libstocks')
-rw-r--r--finance/libstocks/files/Makefile.client2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/libstocks/files/Makefile.client b/finance/libstocks/files/Makefile.client
index 94db408202cd..d75a2b8500a3 100644
--- a/finance/libstocks/files/Makefile.client
+++ b/finance/libstocks/files/Makefile.client
@@ -4,7 +4,7 @@ NOMAN= 1
PREFIX?=/usr/local
BINDIR= ${PREFIX}/bin
-CFLAGS+=-I${.CURDIR}/lib
+CFLAGS+=-I${.CURDIR}/../lib
LDADD+= -L../lib -lstocks
build: all