svn commit: r395820 - head/net-mgmt/fastnetmon

Babak Farrokhi farrokhi at FreeBSD.org
Wed Sep 2 04:22:42 UTC 2015


Author: farrokhi
Date: Wed Sep  2 04:22:41 2015
New Revision: 395820
URL: https://svnweb.freebsd.org/changeset/ports/395820

Log:
  - Fix build on i386
  
  Approved by:	mat
  Differential Revision:	https://reviews.freebsd.org/D3543

Modified:
  head/net-mgmt/fastnetmon/Makefile

Modified: head/net-mgmt/fastnetmon/Makefile
==============================================================================
--- head/net-mgmt/fastnetmon/Makefile	Wed Sep  2 03:08:52 2015	(r395819)
+++ head/net-mgmt/fastnetmon/Makefile	Wed Sep  2 04:22:41 2015	(r395820)
@@ -30,6 +30,8 @@ OPTIONS_DEFINE=	DOCS
 
 PORTDOCS=	*
 
+CFLAGS_i386=	-march=i586
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/CMakeLists.txt
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \


More information about the svn-ports-all mailing list