Date: Thu, 15 May 2014 20:34:14 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354173 - head/graphics/cimg Message-ID: <201405152034.s4FKYEHo092095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu May 15 20:34:14 2014 New Revision: 354173 URL: http://svnweb.freebsd.org/changeset/ports/354173 QAT: https://qat.redports.org/buildarchive/r354173/ Log: Previously `GraphicsMagick-config --ldflags' provided flags -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47 but this has been removed. Force them by declaring USES=fortran. Modified: head/graphics/cimg/Makefile Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Thu May 15 19:55:12 2014 (r354172) +++ head/graphics/cimg/Makefile Thu May 15 20:34:14 2014 (r354173) @@ -63,6 +63,11 @@ RUN_DEPENDS+= medcon:${PORTSDIR}/graphic LIB_DEPENDS+= libavformat.so:${PORTSDIR}/multimedia/ffmpeg . endif +. if !defined(WITHOUT_LAPACK) +# Don't really need Fortran, but required to link with blas/lapack +USES+= fortran +. endif + DOCBASE= README.txt PROGS= CImg_demo captcha curve_editor2d dtmri_view3d \ edge_explorer2d fade_images gaussian_fit1d generate_loop_macros \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405152034.s4FKYEHo092095>