svn commit: r378752 - head/sysutils/xen-tools
Dirk Meyer
dinoex at FreeBSD.org
Mon Feb 9 20:36:53 UTC 2015
Author: dinoex
Date: Mon Feb 9 20:36:52 2015
New Revision: 378752
URL: https://svnweb.freebsd.org/changeset/ports/378752
QAT: https://qat.redports.org/buildarchive/r378752/
Log:
- fix build on i386
Modified:
head/sysutils/xen-tools/Makefile
Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile Mon Feb 9 20:34:17 2015 (r378751)
+++ head/sysutils/xen-tools/Makefile Mon Feb 9 20:36:52 2015 (r378752)
@@ -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
More information about the svn-ports-all
mailing list