Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 11:59:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365444 - head/sysutils/arcconf
Message-ID:  <201408201159.s7KBxYiE063598@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Aug 20 11:59:34 2014
New Revision: 365444
URL: http://svnweb.freebsd.org/changeset/ports/365444
QAT: https://qat.redports.org/buildarchive/r365444/

Log:
  Unbreak harder

Modified:
  head/sysutils/arcconf/Makefile

Modified: head/sysutils/arcconf/Makefile
==============================================================================
--- head/sysutils/arcconf/Makefile	Wed Aug 20 11:48:55 2014	(r365443)
+++ head/sysutils/arcconf/Makefile	Wed Aug 20 11:59:34 2014	(r365444)
@@ -36,9 +36,10 @@ DIST_OSVER=	8
 
 .if ${ARCH} == amd64
 DIST_EXT=	_x64
+.endif
+
+.if ! exists(/usr/lib/libstdc++.so.6)
 RUN_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
-.else
-RUN_DEPENDS+=	${LOCALBASE}/lib32/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
 .endif
 
 NO_BUILD=	yes



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