svn commit: r402717 - head/converters/iconv

Bryan Drewery bdrewery at FreeBSD.org
Tue Dec 1 02:54:40 UTC 2015


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


More information about the svn-ports-all mailing list