svn commit: r365444 - head/sysutils/arcconf
Antoine Brodin
antoine at FreeBSD.org
Wed Aug 20 11:59:35 UTC 2014
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
More information about the svn-ports-head
mailing list