aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-06-27 09:05:57 +0800
committerjkim <jkim@FreeBSD.org>2013-06-27 09:05:57 +0800
commit902967ec12cc02e44cabcfeb1294efd879b5b4c0 (patch)
treecfc7d735929358f3c01d39ff85e4e97d4da5e34a /sysutils
parentf74ca375f1a00f210b360a15959e737a6b2bebd0 (diff)
downloadfreebsd-ports-gnome-902967ec12cc02e44cabcfeb1294efd879b5b4c0.tar.gz
freebsd-ports-gnome-902967ec12cc02e44cabcfeb1294efd879b5b4c0.tar.zst
freebsd-ports-gnome-902967ec12cc02e44cabcfeb1294efd879b5b4c0.zip
Add a forgotten patch in the previous commit.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/acpica-tools/files/patch-generate__unix__Makefile.common11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common b/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common
new file mode 100644
index 000000000000..27dc161182e0
--- /dev/null
+++ b/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common
@@ -0,0 +1,11 @@
+--- Makefile.common.orig 2013-06-26 14:00:04.000000000 -0400
++++ Makefile.common 2013-06-26 21:01:35.000000000 -0400
+@@ -6,7 +6,7 @@
+ # Get the OS machine architecture. Anything with a "64" in the returned
+ # string will be treated as a 64-bit OS. Otherwise, the default is 32-bit.
+ #
+-HARDWARE_NAME := $(shell uname -m)
++HARDWARE_NAME := $(shell uname -p)
+
+ #
+ # Main rule will only generate versions that are appropriate for the running