summaryrefslogtreecommitdiff
path: root/devel/papi/files/patch-freebsd__map.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-03 08:59:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-03 08:59:41 +0000
commitb84f17cc5f264ee8b2458255572f55397ceefe08 (patch)
tree2b4c6a432592843eb6ee7e633f52da7faf5f51cb /devel/papi/files/patch-freebsd__map.h
parent- Update to 3.0.6 (diff)
- Update to 3.7.1
PR: ports/140806 Submitted by: Harald Servat <redcrash@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=245150
Diffstat (limited to 'devel/papi/files/patch-freebsd__map.h')
-rw-r--r--devel/papi/files/patch-freebsd__map.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/papi/files/patch-freebsd__map.h b/devel/papi/files/patch-freebsd__map.h
deleted file mode 100644
index 17b389096027..000000000000
--- a/devel/papi/files/patch-freebsd__map.h
+++ /dev/null
@@ -1,35 +0,0 @@
---- ./freebsd/map.h.orig 2008-04-26 04:19:39.000000000 -0400
-+++ ./freebsd/map.h 2009-07-15 12:05:10.769719000 -0400
-@@ -4,9 +4,9 @@
-
- /*
- * File: freebsd-map.h
--* CVS: $Id: map.h,v 1.1 2008-04-26 08:19:39 servat Exp $
-+* CVS: $Id: map.h,v 1.4 2009/07/09 13:02:26 servat Exp $
- * Author: Harald Servat
--* harald.servat@gmail.com
-+* redcrash@gmail.com
- */
-
- #ifndef _FreeBSD_MAP_H_
-@@ -27,6 +27,10 @@
- CPU_P4,
- CPU_K7,
- CPU_K8,
-+ CPU_ATOM,
-+ CPU_CORE,
-+ CPU_CORE2,
-+ CPU_CORE2EXTREME,
- CPU_LAST
- };
-
-@@ -57,5 +61,9 @@
- #include "map-p4.h"
- #include "map-k7.h"
- #include "map-k8.h"
-+#include "map-atom.h"
-+#include "map-core.h"
-+#include "map-core2.h"
-+#include "map-core2-extreme.h"
-
- #endif /* _FreeBSD_MAP_H_ */