Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 09:09:31 +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: r347459 - head/net/openmpi
Message-ID:  <201403080909.s2899VW6044142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Mar  8 09:09:30 2014
New Revision: 347459
URL: http://svnweb.freebsd.org/changeset/ports/347459
QAT: https://qat.redports.org/buildarchive/r347459/

Log:
  Unbreak
  
  Reported by:	pkg-fallout

Modified:
  head/net/openmpi/Makefile

Modified: head/net/openmpi/Makefile
==============================================================================
--- head/net/openmpi/Makefile	Sat Mar  8 08:59:16 2014	(r347458)
+++ head/net/openmpi/Makefile	Sat Mar  8 09:09:30 2014	(r347459)
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+=	--prefix=${PREFIX}/${MP
 			--program-prefix= \
 			--with-hwloc=${LOCALBASE} \
 			--with-libltdl=${LOCALBASE}
-
+LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/${MPIDIR}/lib \
 		${PREFIX}/${MPIDIR}/lib/openmpi
 



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