| Summary: | [PATCH] Add amd64 support to devel/st | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Anton Berezin <tobez> | ||||
| Component: | Individual Port(s) | Assignee: | Alfred Perlstein <alfred> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Anton Berezin
2005-08-11 11:00:39 UTC
Responsible Changed From-To: freebsd-ports-bugs->alfred Over to maintainer. On Thu, Aug 11, 2005 at 11:59:22AM +0200, Anton Berezin wrote:
> diff -u --show-c-function -ruN --exclude=CVS /usr/ports/devel/st/files/patch-md.h ./files/patch-md.h
> --- /usr/ports/devel/st/files/patch-md.h Thu Jan 1 01:00:00 1970
> +++ ./files/patch-md.h Thu Aug 11 11:49:23 2005
> @@ -0,0 +1,11 @@
> +--- md.h.orig Thu Aug 11 11:15:00 2005
> ++++ md.h Thu Aug 11 11:33:23 2005
> +@@ -154,6 +154,8 @@
> + #define MD_JB_SP 2
> + #elif defined(__alpha__)
> + #define MD_JB_SP 34
> ++#elif defined(__amd64__)
> ++#define MD_JB_SP 2
> + #else
> + #error Unknown CPU architecture
> + #endif
Forgot to add: files/patch-md.h is a new file.
\Anton.
--
The moronity of the universe is a monotonically increasing function. --
Jarkko Hietaniemi
State Changed From-To: open->closed Committed. |