diff options
Diffstat (limited to 'news/suck/files/patch-aa')
-rw-r--r-- | news/suck/files/patch-aa | 92 |
1 files changed, 20 insertions, 72 deletions
diff --git a/news/suck/files/patch-aa b/news/suck/files/patch-aa index 4dba4de2ddc0..209f4418c455 100644 --- a/news/suck/files/patch-aa +++ b/news/suck/files/patch-aa @@ -1,72 +1,20 @@ -*** Makefile.in.orig Tue Jan 26 07:45:27 1999 ---- Makefile.in Tue Feb 9 23:47:19 1999 -*************** -*** 6,12 **** - ############################################################################ - - # Step1: Define the location of the History file(s) -! HISTORYF=/usr/news/db/history - - # Step 2: Define ONE of the CHKHISTORY - CHKHISTORY=chkhistory.o # use flat file history routine ---- 6,12 ---- - ############################################################################ - - # Step1: Define the location of the History file(s) -! HISTORYF=/usr/local/news/lib/history - - # Step 2: Define ONE of the CHKHISTORY - CHKHISTORY=chkhistory.o # use flat file history routine -*************** -*** 50,57 **** - # If your compile fails with refs to missing symbols like pow() and floor(), - # add -lm to the PERL_LIB line. - # The rest of these should be left alone (except to remove the #). -! PERL_CORE=/usr/lib/perl5/lib/5.00502/i586-linux/CORE -! PERL_LIB=-lperl -lcrypt - PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL - PERL_INC_LOC=-I$(PERL_CORE) - PERL_LIB_LOC=-L$(PERL_CORE) ---- 50,57 ---- - # If your compile fails with refs to missing symbols like pow() and floor(), - # add -lm to the PERL_LIB line. - # The rest of these should be left alone (except to remove the #). -! PERL_CORE=/usr/libdata/perl/5.00502/mach/CORE -! PERL_LIB=-lperl -lcrypt -lm - PERL_DEFS=-DPERL_EMBED -Dbool=char -DHAS_BOOL - PERL_INC_LOC=-I$(PERL_CORE) - PERL_LIB_LOC=-L$(PERL_CORE) -*************** -*** 152,158 **** - - install_bin: suck rpost testhost lmove - - mkdir -p $(bindir) -! - strip -s suck rpost testhost lmove - $(INSTALL_PROGRAM) suck $(bindir)/suck - $(INSTALL_PROGRAM) rpost $(bindir)/rpost - $(INSTALL_PROGRAM) testhost $(bindir)/testhost ---- 152,158 ---- - - install_bin: suck rpost testhost lmove - - mkdir -p $(bindir) -! - strip -x suck rpost testhost lmove - $(INSTALL_PROGRAM) suck $(bindir)/suck - $(INSTALL_PROGRAM) rpost $(bindir)/rpost - $(INSTALL_PROGRAM) testhost $(bindir)/testhost -*************** -*** 170,176 **** - # $(MAKE) -C $(SMAN) - - install_lpost: lpost $(MAN)/lpost.1 -! - strip -s lpost - $(INSTALL_PROGRAM) lpost $(bindir)/lpost - $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext) - ---- 170,176 ---- - # $(MAKE) -C $(SMAN) - - install_lpost: lpost $(MAN)/lpost.1 -! - strip -x lpost - $(INSTALL_PROGRAM) lpost $(bindir)/lpost - $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext) - +--- Makefile.in.orig Mon Mar 22 19:06:50 1999 ++++ Makefile.in Tue Mar 23 20:41:08 1999 +@@ -153,7 +153,7 @@ + + install_bin: suck rpost testhost lmove + - mkdir -p $(bindir) +- - strip -s suck rpost testhost lmove ++ - strip -x suck rpost testhost lmove + $(INSTALL_PROGRAM) suck $(bindir)/suck + $(INSTALL_PROGRAM) rpost $(bindir)/rpost + $(INSTALL_PROGRAM) testhost $(bindir)/testhost +@@ -171,7 +171,7 @@ + # $(MAKE) -C $(SMAN) + + install_lpost: lpost $(MAN)/lpost.1 +- - strip -s lpost ++ - strip -x lpost + $(INSTALL_PROGRAM) lpost $(bindir)/lpost + $(INSTALL_DATA) $(MAN)/lpost.1 $(mandir)/lpost.$(manext) + |