diff options
author | mi <mi@FreeBSD.org> | 2002-01-26 01:52:59 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-01-26 01:52:59 +0800 |
commit | cc650aa219da625e44aa17bfe219b3d878c4024a (patch) | |
tree | ba0c7e4a966eb280927218001d9790c86f560dd0 /finance/libstocks | |
parent | 31c3602f76b98e746fb5bc8373fcdafc5d58e76e (diff) | |
download | freebsd-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.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 |