diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-15 04:46:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-15 04:46:31 +0000 |
commit | bf836a2509e77d1eb291b260ff089471eafd5942 (patch) | |
tree | 21ee0e177c1eb635ef37db03b3d3b232000210f8 /x11/gnome-applets/files/patch-aa | |
parent | The linux_devtools-7 port includes binaries which are licenced under (diff) |
Add battstat (ACPI only) support for amd64.
Submitted by: Jung-uk Kim <jkim@niksun.com>
Diffstat (limited to 'x11/gnome-applets/files/patch-aa')
-rw-r--r-- | x11/gnome-applets/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-applets/files/patch-aa b/x11/gnome-applets/files/patch-aa index 2a74a1ed8f2b..9e8038833e85 100644 --- a/x11/gnome-applets/files/patch-aa +++ b/x11/gnome-applets/files/patch-aa @@ -32,7 +32,7 @@ ;; # list of supported OS cores that do not use libapm - *-*-freebsd*|*-*-netbsd*|*-*-openbsd*) -+ i386-*-freebsd*|*-*-netbsd*|*-*-openbsd*) ++ i386-*-freebsd*|amd64-*-freebsd*|*-*-netbsd*|*-*-openbsd*) + if [ -n "${FREEBSD_SYS}" ]; then + ACPIINC="-I${FREEBSD_SYS}" + else |