diff options
author | dinoex <dinoex@FreeBSD.org> | 2015-02-10 04:36:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2015-02-10 04:36:52 +0800 |
commit | bfa40ccc4c20ffb9db717eae10f50087b8bd8759 (patch) | |
tree | 03038bc0fcde528f9d3e83e2473863560193225c /sysutils/xen-tools | |
parent | 022c1b1f19ccad4b3ebc2feba4cf5c98b70200f0 (diff) | |
download | freebsd-ports-gnome-bfa40ccc4c20ffb9db717eae10f50087b8bd8759.tar.gz freebsd-ports-gnome-bfa40ccc4c20ffb9db717eae10f50087b8bd8759.tar.zst freebsd-ports-gnome-bfa40ccc4c20ffb9db717eae10f50087b8bd8759.zip |
- fix build on i386
Diffstat (limited to 'sysutils/xen-tools')
-rw-r--r-- | sysutils/xen-tools/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 725a8e98f927..c097d19c4356 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -39,6 +39,10 @@ PLIST_FILES= lib/libxenstore.so.3.0 \ bin/xenstore-rm \ bin/xenstore-write +post-patch: + ${REINPLACE_CMD} -e 's;86|x86_64;86no|x86_64no;' \ + ${WRKSRC}/tools/configure + do-build: cd ${WRKSRC}/tools && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C include cd ${WRKSRC}/tools/misc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} xen-detect |