aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-04-11 10:59:57 +0800
committerobrien <obrien@FreeBSD.org>2005-04-11 10:59:57 +0800
commitbf318692396b2bb23be8029a80e423ea0becf805 (patch)
tree35f53348f66652f117089ea4167fd375ab813383 /devel
parent4814d420b43d8d2a6c63ad412a407b0cfdff92f0 (diff)
downloadfreebsd-ports-gnome-bf318692396b2bb23be8029a80e423ea0becf805.tar.gz
freebsd-ports-gnome-bf318692396b2bb23be8029a80e423ea0becf805.tar.zst
freebsd-ports-gnome-bf318692396b2bb23be8029a80e423ea0becf805.zip
Support use on AMD64.
Diffstat (limited to 'devel')
-rw-r--r--devel/linux_devtools/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/linux_devtools/Makefile b/devel/linux_devtools/Makefile
index 0f7acb9f44dd..9b10874b4598 100644
--- a/devel/linux_devtools/Makefile
+++ b/devel/linux_devtools/Makefile
@@ -39,7 +39,7 @@ RESTRICTED= "binaries under GNU GPL without accompanying source"
USE_LINUX?= yes
NO_LATEST_LINK= yes
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
CONFLICTS= linux_devtools-*
DIST_SUBDIR= rpm/${ARCH}/${PORTVERSION}
PREFIX= ${LINUXBASE}
@@ -64,6 +64,11 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR}
REMOVE_DIRS= dev tmp var/tmp
REMOVE_FILES=
+.if (${ARCH} == "amd64")
+ARCH= i386
+RPMFLAGS+= --ignorearch
+.endif
+
do-patch:
@${DO_NADA}