Package: sac Version: 1.3.1-1 1) "Makefile" contains architecture dependent compile option.
The following patch corrects this: --- orig/sac-1.3.1/debian/rules Sat Sep 21 11:20:47 1996 +++ sac-1.3.1/debian/rules Sat Sep 21 16:32:55 1996 @@ -17,7 +17,7 @@ build: $(checkdir) - $(MAKE) + $(MAKE) CFLAGS='-O2 -fomit-frame-pointer' touch build clean: