Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2014 12:44:36 +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: r366210 - head/math/stp
Message-ID:  <201408261244.s7QCiap6068956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Aug 26 12:44:36 2014
New Revision: 366210
URL: http://svnweb.freebsd.org/changeset/ports/366210
QAT: https://qat.redports.org/buildarchive/r366210/

Log:
  Do not overwrite CMAKE_ARGS, fixes packaging on freebsd 9.x

Modified:
  head/math/stp/Makefile

Modified: head/math/stp/Makefile
==============================================================================
--- head/math/stp/Makefile	Tue Aug 26 12:29:48 2014	(r366209)
+++ head/math/stp/Makefile	Tue Aug 26 12:44:36 2014	(r366210)
@@ -23,7 +23,7 @@ CMAKE_ARGS=	-DFL_LIBRARY=/usr/lib/libfl.
 
 .if (${OSVERSION} < 1000000)
 BUILD_DEPENDS+=flex>=2.5.38:${PORTSDIR}/textproc/flex
-CMAKE_ARGS=	-DFL_LIBRARY=${LOCALBASE}/lib/libfl.a \
+CMAKE_ARGS+=	-DFL_LIBRARY=${LOCALBASE}/lib/libfl.a \
 		-DFLEX_INCLUDE_DIR=${LOCALBASE}/include/flex \
 		-DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex
 .endif



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