aboutsummaryrefslogtreecommitdiff
path: root/www/firefox15/files/patch-security-coreconf-FreeBSD.mk
blob: 73292a7362d5bef26f9e587f4f3ee99906c89319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- security/coreconf/FreeBSD.mk	Thu Oct 16 23:03:47 2003
+++ security/coreconf/FreeBSD.mk	Thu Oct 16 22:53:11 2003
@@ -44,5 +44,9 @@
 CPU_ARCH		= alpha
 else
+ifeq ($(OS_TEST),amd64)
+CPU_ARCH		= amd64
+else
 CPU_ARCH		= x86
+endif
 endif