svn commit: r354173 - head/graphics/cimg

Thierry Thomas thierry at FreeBSD.org
Thu May 15 20:34:15 UTC 2014


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		\


More information about the svn-ports-all mailing list