diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-25 17:52:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-25 17:52:59 +0000 |
commit | 5df3e27b73dc449038004bfe4bca14d22309e24f (patch) | |
tree | d74c87d14e7c73b4264d430d200b2e7f31904684 /finance | |
parent | Stop maintaining these ports. I haven't been able to get them compile to (diff) |
Fix the include path, so the client binary compiles...
Submitted by: fenner's build log
Notes
Notes:
svn path=/head/; revision=53722
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libstocks/files/Makefile.client | 2 |
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 |