Date: Thu, 6 Mar 2014 16:05:32 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347264 - head/math/stp Message-ID: <201403061605.s26G5W7G075728@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Mar 6 16:05:32 2014 New Revision: 347264 URL: http://svnweb.freebsd.org/changeset/ports/347264 QAT: https://qat.redports.org/buildarchive/r347264/ Log: Fix math/stp build for FreeBSD 9.x PR: 187311 Submitted by: arrowdodger <6yearold@gmail.com> (maintainer) Modified: head/math/stp/Makefile Modified: head/math/stp/Makefile ============================================================================== --- head/math/stp/Makefile Thu Mar 6 15:55:26 2014 (r347263) +++ head/math/stp/Makefile Thu Mar 6 16:05:32 2014 (r347264) @@ -23,6 +23,9 @@ 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 \ + -DFLEX_INCLUDE_DIR=${LOCALBASE}/include/flex \ + -DFLEX_EXECUTABLE=${LOCALBASE}/bin/flex .endif .if (${OSVERSION} < 802502)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403061605.s26G5W7G075728>