Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 22:16:15 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331333 - head/misc/compat8x
Message-ID:  <201310222216.r9MMGFH7075336@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Tue Oct 22 22:16:15 2013
New Revision: 331333
URL: http://svnweb.freebsd.org/changeset/ports/331333

Log:
  One more fix for compat9x dependency
  
  Reported by:	jkim@

Modified:
  head/misc/compat8x/Makefile

Modified: head/misc/compat8x/Makefile
==============================================================================
--- head/misc/compat8x/Makefile	Tue Oct 22 22:13:29 2013	(r331332)
+++ head/misc/compat8x/Makefile	Tue Oct 22 22:16:15 2013	(r331333)
@@ -28,7 +28,7 @@ IGNORE=		is for FreeBSD 8.x and newer
 
 # libstdc++.so.6 could be necessary to run an 8.x binary
 .if ${OSVERSION} >= 1000054
-RUN_DEPENDS=	libstdc++.so.6:${PORTSDIR}/misc/compat9x
+RUN_DEPENDS=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
 
 .if ${ARCH} == amd64



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