diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-08 14:25:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-08 14:25:59 +0000 |
commit | d88b3afd55c7320c5039ef5da3f91e4d9b3b1058 (patch) | |
tree | ec19de9ae48b25bf09f2f00c854017d016ae8651 /devel/libstocks | |
parent | 3076548e129e45aed52d2f3b8c9a2caa78542927 (diff) | |
download | ports-d88b3afd55c7320c5039ef5da3f91e4d9b3b1058.tar.gz ports-d88b3afd55c7320c5039ef5da3f91e4d9b3b1058.zip |
Notes
Diffstat (limited to 'devel/libstocks')
-rw-r--r-- | devel/libstocks/files/Makefile.client | 2 |
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 |