aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2004-05-15 04:03:15 +0800
committerjoerg <joerg@FreeBSD.org>2004-05-15 04:03:15 +0800
commite22746fbbb1dd57515efd89fa6ac7fb91cc4ade1 (patch)
tree33d120c1a2f580a0c72e9c6c32c8b451ed7f6324
parente4f607e5824ae19005faee7e0b66454e205dda80 (diff)
downloadfreebsd-ports-graphics-e22746fbbb1dd57515efd89fa6ac7fb91cc4ade1.tar.gz
freebsd-ports-graphics-e22746fbbb1dd57515efd89fa6ac7fb91cc4ade1.tar.zst
freebsd-ports-graphics-e22746fbbb1dd57515efd89fa6ac7fb91cc4ade1.zip
Enable building on amd64, by renaming it to x86_64 for the configure
step.
-rw-r--r--devel/libbfd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libbfd/Makefile b/devel/libbfd/Makefile
index 49ecfc3c09d..740aad22132 100644
--- a/devel/libbfd/Makefile
+++ b/devel/libbfd/Makefile
@@ -23,6 +23,10 @@ CONFIGURE_ARGS= --enable-install-libbfd \
--enable-commonbfdlib \
--disable-nls \
--enable-targets=all
+.if (${MACHINE_ARCH} == "amd64")
+CONFIGURE_ARGS+= --host=x86_64-portbld-freebsd${OSREL}
+.endif
+
USE_LIBTOOL= yes
INFO= bfd