diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-28 23:18:42 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-28 23:18:42 +0800 |
commit | ae23fc2088f63c87de5d6dd090a5c2301ff08ea7 (patch) | |
tree | f5a354ecd5d002aaf48c5a0a9af19b2c38a64da8 /news/tin/files | |
parent | a77ae3ba84e644ba56a650d60ffa869ae42ef7b2 (diff) | |
download | freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.tar.gz freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.tar.zst freebsd-ports-gnome-ae23fc2088f63c87de5d6dd090a5c2301ff08ea7.zip |
Upgrade to "Nine While Nine" the 19990927 version.
Diffstat (limited to 'news/tin/files')
-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 fbfd38b1548c..f3952cafac80 100644 --- a/news/tin/files/patch-aa +++ b/news/tin/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Sat Nov 22 06:03:52 1997 -+++ src/Makefile.in Wed Nov 26 03:12:30 1997 -@@ -20,7 +20,7 @@ - LDFLAGS = @LDFLAGS@ +--- 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 @@ YACC = @YACC@ --LIBS = -L../pcre -lpcre @LIBS@ @INN_NNTPLIB@ -+LIBS = ../pcre/libpcre.a @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a + CANLIB = # -L../libcanlock -lcanlock +-LIBS = -L../pcre -lpcre $(CANLIB) @LIBS@ @INN_NNTPLIB@ ++LIBS = ../pcre/libpcre.a $(CANLIB) @LIBS@ @INN_NNTPLIB@ ../pcre/libpcre.a # Where do you want the binary & manual page installed? INSTALL_PREFIX = @INSTALL_PREFIX@ |