diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 20:50:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-23 20:50:17 +0000 |
commit | 15bdaa246668fa5dd542f70d799401e9d0bf1e8e (patch) | |
tree | f73ddac8dd790f2493a6a1e802b7eb370ca6c196 /news/tin/files/patch-aa | |
parent | Upgrade to Website META Language (WML), version 2.0.1 (diff) |
Upgrade to 1.5.4
Notes
Notes:
svn path=/head/; revision=28715
Diffstat (limited to 'news/tin/files/patch-aa')
-rw-r--r-- | news/tin/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/news/tin/files/patch-aa b/news/tin/files/patch-aa index f3952cafac80..e024c029b1c4 100644 --- a/news/tin/files/patch-aa +++ b/news/tin/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Thu Sep 16 07:25:22 1999 -+++ src/Makefile.in Tue Sep 28 08:05:51 1999 -@@ -28,7 +28,7 @@ +--- src/Makefile.in.orig Tue May 16 19:45:39 2000 ++++ src/Makefile.in Tue May 23 23:52:52 2000 +@@ -58,7 +58,7 @@ YACC = @YACC@ CANLIB = # -L../libcanlock -lcanlock --LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ -+LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a +-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ @INTLDIR_MAKE@ @INTLLIBS@ ++LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ @INTLDIR_MAKE@ @INTLLIBS@ # Where do you want the binary & manual page installed? - INSTALL_PREFIX = @INSTALL_PREFIX@ + DESTDIR = @DESTDIR@ |