Avoid gets() usage and add __sparc__ to alignment needing CPUs, allowing it to run on my ss5.
11 lines
279 B
Text
11 lines
279 B
Text
$NetBSD: patch-ac,v 1.3 2001/07/02 15:30:59 abs Exp $
|
|
|
|
--- abuse/abuse.in.orig Wed Jul 9 08:54:43 1997
|
|
+++ abuse/abuse.in
|
|
@@ -27,5 +27,5 @@
|
|
if [ x$TERM = xlinux ]; then
|
|
abuse.console ${1:+"$@"}
|
|
else
|
|
- abuse.x11R6 ${1:+"$@"}
|
|
+ @exec_prefix@/bin/abuse.x11R6 ${1:+"$@"}
|
|
fi
|