From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Fenlason To: nobody@sourceware.cygnus.com Cc: gnats-prs@sourceware.cygnus.com Subject: Re: gnats/28 Date: Wed, 30 May 2001 08:24:00 -0000 Message-id: <20010530152400.25736.qmail@sourceware.cygnus.com> X-SW-Source: 2001-q2/msg00140.html List-Id: The following reply was made to PR gnats/28; it has been noted by GNATS. From: Jay Fenlason To: gnats-gnats@sourceware.cygnus.com, gnats-prs@sourceware.cygnus.com, bryan@blkbox.com, nobody@sourceware.cygnus.com Cc: Subject: Re: gnats/28 Date: Wed, 30 May 2001 11:19:14 -0400 http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view&pr=28&database=gnats The following patch allowed me to finish installing gnats on my OpenBSD 2.7 box. And it appears to work. Of course, you have to re-run configure. . . --- gnats/Makefile.in.orig Tue May 8 13:23:36 2001 +++ gnats/Makefile.in Tue May 29 10:45:28 2001 @@ -496,7 +496,7 @@ echo "*** Warning: Must chown $(GNATS_USER) $(datadir)/gnats" ; \ fi $(INSTALL_DATA) gnats.el $(lispdir)/gnats.el - test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc + -test -f gnats.elc && $(INSTALL_DATA) gnats.elc $(lispdir)/gnats.elc install-tools-bin: all-tools $(INSTALL_PROGRAM) query-pr $(bindir)/query-pr