svn commit: r367688 - head/net/ntop

Matthias Andree mandree at FreeBSD.org
Mon Sep 8 19:52:23 UTC 2014


Author: mandree
Date: Mon Sep  8 19:52:22 2014
New Revision: 367688
URL: http://svnweb.freebsd.org/changeset/ports/367688
QAT: https://qat.redports.org/buildarchive/r367688/

Log:
  Try setting STRIP through CONFIGURE_ARGS to fix remaining 8.X build issues.

Modified:
  head/net/ntop/Makefile

Modified: head/net/ntop/Makefile
==============================================================================
--- head/net/ntop/Makefile	Mon Sep  8 19:41:56 2014	(r367687)
+++ head/net/ntop/Makefile	Mon Sep  8 19:52:22 2014	(r367688)
@@ -87,6 +87,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mak
 # ever be fixed.
 .if ${OSVERSION} < 900033
 USE_BINUTILS=	yes
+CONFIGURE_ARGS+=	STRIP=${LOCALBASE}/bin/strip
 .endif
 
 pre-configure:


More information about the svn-ports-head mailing list