From d01c77a494e8710c4806560225f486e34b60d24e Mon Sep 17 00:00:00 2001
From: Hye-Shik Chang <perky@FreeBSD.org>
Date: Thu, 16 Oct 2003 05:36:05 +0000
Subject: Add alpha to list of 64bit architectures. (This fixes package
 building on alpha)

Spotted by:	kris
---
 lang/python23/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lang/python23')

diff --git a/lang/python23/Makefile b/lang/python23/Makefile
index f4afc2575e05..46409584b548 100644
--- a/lang/python23/Makefile
+++ b/lang/python23/Makefile
@@ -73,7 +73,7 @@ PLIST_SUB+=	X86_ONLY="@comment "
 .if ${ARCH} == amd64
 CFLAGS+=	-fPIC
 .endif
-.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64
+.if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == alpha
 PLIST_SUB+=	32BIT_ONLY="@comment "
 .else
 PLIST_SUB+=	32BIT_ONLY=""
-- 
cgit v1.2.3