Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2015 02:54:39 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402717 - head/converters/iconv
Message-ID:  <201512010254.tB12sdHa066136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Dec  1 02:54:39 2015
New Revision: 402717
URL: https://svnweb.freebsd.org/changeset/ports/402717

Log:
  Avoid using WITH_FAST_DEPEND.
  
  This is doing very dirty things with '../' in OBJS and building of objects
  via 'VAR!= make' hacks.

Modified:
  head/converters/iconv/Makefile

Modified: head/converters/iconv/Makefile
==============================================================================
--- head/converters/iconv/Makefile	Tue Dec  1 02:31:51 2015	(r402716)
+++ head/converters/iconv/Makefile	Tue Dec  1 02:54:39 2015	(r402717)
@@ -25,6 +25,8 @@ CCSUTIL_DESC=	Install Coded character se
 CCSUTIL_USE=	PERL5=run
 CCSUTIL_EXTRA_PATCHES_OFF=	${FILESDIR}/extra-patch-ccs_Makefile
 
+MAKE_ARGS+=	MK_FAST_DEPEND=no
+
 .if defined(NO_PROFILE)
 PLIST_SUB+=	PROFILE="@comment "
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010254.tB12sdHa066136>