This port is a go on amd64.

PR:		84791
Approved by:	maintainer
This commit is contained in:
Anton Berezin 2005-08-31 11:38:07 +00:00
parent 44fdfcdf86
commit 60370fa8e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141560
2 changed files with 12 additions and 1 deletions

View file

@ -16,7 +16,7 @@ MAINTAINER= alfred@FreeBSD.org
COMMENT= State Threads Library for Internet Applications
INSTALLS_SHLIB= yes
ONLY_FOR_ARCHS= i386 alpha
ONLY_FOR_ARCHS= i386 alpha amd64
.include <bsd.port.pre.mk>

11
devel/st/files/patch-md.h Normal file
View file

@ -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