summaryrefslogtreecommitdiff
path: root/devel/st
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-08-31 11:38:07 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-08-31 11:38:07 +0000
commit60370fa8e4127e59b15592fcabaec91b0d8e389a (patch)
treefe2633535d41604cfbef783016b8eb312f4db21c /devel/st
parent- Update to 2.13.16 (diff)
This port is a go on amd64.
PR: 84791 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=141560
Diffstat (limited to 'devel/st')
-rw-r--r--devel/st/Makefile2
-rw-r--r--devel/st/files/patch-md.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile
index aaa44e126051..bfa18696c0c1 100644
--- a/devel/st/Makefile
+++ b/devel/st/Makefile
@@ -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>
diff --git a/devel/st/files/patch-md.h b/devel/st/files/patch-md.h
new file mode 100644
index 000000000000..1c43526c9451
--- /dev/null
+++ b/devel/st/files/patch-md.h
@@ -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