svn commit: r348467 - head/math/rkward-kde4

Thierry Thomas thierry at FreeBSD.org
Mon Mar 17 12:56:04 UTC 2014


Author: thierry
Date: Mon Mar 17 12:56:04 2014
New Revision: 348467
URL: http://svnweb.freebsd.org/changeset/ports/348467
QAT: https://qat.redports.org/buildarchive/r348467/

Log:
  Set USES+=fortran. This  sets LDFLAGS so rkward links with libgcc_s
  from lang/gcc instead of base system libgcc_s which is too old for
  libgfortran.
  
  Obtained from:	tijl

Modified:
  head/math/rkward-kde4/Makefile

Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile	Mon Mar 17 12:47:37 2014	(r348466)
+++ head/math/rkward-kde4/Makefile	Mon Mar 17 12:56:04 2014	(r348467)
@@ -24,7 +24,7 @@ USE_QT4=	qmake_build moc_build rcc_build
 USE_KDE4=	kdehier kdeprefix automoc4 kdelibs
 USE_PHP=	yes
 WANT_PHP_CLI=	yes
-USES=		cmake gettext
+USES=		cmake gettext fortran
 INSTALLS_ICONS=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list