summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-03-05 23:24:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-03-05 23:24:21 +0000
commit181f2a6da9378880b386c4b7256f34e2d8074019 (patch)
tree92a4d9c9bb736ca2d39c27895accc24ce921ec4b /lang
parentAdd happystats 0.5.0, universal log converter into graph. (diff)
fix build on amd64
PR: 63110 Submitted by: Hendrik Scholz <hendrik@scholz.net>
Notes
Notes: svn path=/head/; revision=103060
Diffstat (limited to 'lang')
-rw-r--r--lang/gfortran/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gfortran/Makefile b/lang/gfortran/Makefile
index a6310d526ead..401f1ccc5b32 100644
--- a/lang/gfortran/Makefile
+++ b/lang/gfortran/Makefile
@@ -32,7 +32,11 @@ SNAPDATE= 20040130
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
+.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
+.endif
SRCDIR= ${WRKDIR}/gcc
WRKSRC= ${WRKDIR}/build