svn commit: r321828 - head/sysutils/acpica-tools/files
Jung-uk Kim
jkim at FreeBSD.org
Thu Jun 27 01:05:58 UTC 2013
Author: jkim
Date: Thu Jun 27 01:05:57 2013
New Revision: 321828
URL: http://svnweb.freebsd.org/changeset/ports/321828
Log:
Add a forgotten patch in the previous commit.
Added:
head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common (contents, props changed)
Added: head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/acpica-tools/files/patch-generate__unix__Makefile.common Thu Jun 27 01:05:57 2013 (r321828)
@@ -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
More information about the svn-ports-head
mailing list