GNU PTX %n ptx %v 0.3 %c * %l * %b * %d * %f prep.ai.mit.edu:/pub/gnu %t ptx-0.3.tar.gz %w usr.bin %% # Copyright 1994 Rickard E. Faith, Kevin E. Martin, and Doug L. Hoffman # All rights reserved. # See the BOGUS.LICENSE file for distribution restrictions. %setup patch -s -p1 << 'EOF_MARKER' && --- ptx-0.3/ptx.c.orig Fri Nov 5 23:24:00 1993 +++ ptx-0.3/ptx.c Mon Jun 20 08:05:25 1994 @@ -1975,7 +1975,7 @@ #ifdef HAVE_MCHECK /* Use GNU malloc checking. It has proven to be useful! */ - mcheck (); + mcheck (0); #endif /* HAVE_MCHECK */ #ifdef STDC_HEADERS EOF_MARKER ./configure --prefix=/usr # Link with -g so we get mcheck. . . make CFLAGS='-O2 -m486' LDFLAGS='-s -g' %doc COPYING NEWS README THANKS TODO * make CFLAGS='-O2 -m486' LDFLAGS='-s -g' install %% * usr/bin/ptx * usr/lib/eign * usr/info/ptx.info