Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2013 01:05:57 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321828 - head/sysutils/acpica-tools/files
Message-ID:  <201306270105.r5R15vth033628@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306270105.r5R15vth033628>