pkgsrc/x11/xscreensaver/patches/patch-aa
drochner 52a914a020 update xscreensaver to 5.05
changes:
-added, updated and improved hacks
-bugfixes
-Reworked PAM code to support fingerprint readers, etc.
-Minor tweaks for compilation on MacOS 10.5.0
2008-03-10 12:37:12 +00:00

14 lines
415 B
Text

$NetBSD: patch-aa,v 1.25 2008/03/10 12:37:12 drochner Exp $
--- config.guess.orig 2007-11-10 09:12:11.000000000 +0100
+++ config.guess
@@ -398,6 +398,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
powerpc:machten:*:*)
echo powerpc-apple-machten${UNAME_RELEASE}
exit ;;
+ macppc:NetBSD:*:*)
+ echo powerpc-apple-netbsd${UNAME_RELEASE}
+ exit ;;
RISC*:Mach:*:*)
echo mips-dec-mach_bsd4.3
exit ;;