# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../pbbuttonsd/x86-64.patch # Copyright (C) 2007 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- What a reliable laptop type detection ... - Rene Rebe --- pbbuttonsd-0.8.0/configure.vanilla 2007-02-11 22:14:47.438738512 +0100 +++ pbbuttonsd-0.8.0/configure 2007-02-11 22:15:05.687778466 +0100 @@ -5381,6 +5381,7 @@ case $host in powerpc*) ac_laptop=powerbook;; i686*) ac_laptop=macbook;; + x86_64*) ac_laptop=macbook;; i?86*) ac_laptop=i386acpi;; *) { { echo "$as_me:$LINENO: error: Unknown system, please set LAPTOP environment variable." >&5 echo "$as_me: error: Unknown system, please set LAPTOP environment variable." >&2;}