diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-05-02 20:27:15 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-05-02 20:27:15 +0000 |
commit | 599127a79d90f6b06e8b88b5827d1646a9eb5f85 (patch) | |
tree | 3d83e0ff37803488efce54d32f32dbd13279f2ba /mail/smail/files | |
parent | mv -> ${MV} (diff) |
upgrade to smail 3.2.0.106
Notes
Notes:
svn path=/head/; revision=18325
Diffstat (limited to 'mail/smail/files')
-rw-r--r-- | mail/smail/files/freebsd2.0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0 index 7fd3db694553..c2aa1ef6336c 100644 --- a/mail/smail/files/freebsd2.0 +++ b/mail/smail/files/freebsd2.0 @@ -63,12 +63,12 @@ REWRITE_FILE=rewrite REWRITE_TYPE=lsearch # CPPFLAGS - interesting flags for the cpp, and cc commands -CPPFLAGS="-I!!PREFIX!!/include" +CPPFLAGS="-I. -I.. -I../src -I/usr/local/include -I!!PREFIX!!/include" CFLAGS="$CFLAGS -I!!PREFIX!!/include" # LDFLAGS - flags to pass to the loader -LDFLAGS="-L!!PREFIX!!/lib" +LDFLAGS="-L/usr/local/lib -L!!PREFIX!!/lib" # LIBS - libraries to include in binaries LIBS="-lident -lwrap" |