Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 14:23:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323720 - head/lang/lush
Message-ID:  <201307261423.r6QENDxh056982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 14:23:12 2013
New Revision: 323720
URL: http://svnweb.freebsd.org/changeset/ports/323720

Log:
  Fix build with newer binutils

Modified:
  head/lang/lush/Makefile

Modified: head/lang/lush/Makefile
==============================================================================
--- head/lang/lush/Makefile	Fri Jul 26 13:27:28 2013	(r323719)
+++ head/lang/lush/Makefile	Fri Jul 26 14:23:12 2013	(r323720)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	lush
-# Date created:				20 May 2003
-# Whom:					David Yeske <dyeske@gmail.com>
-#
+# Created by: David Yeske <dyeske@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	lush
@@ -11,7 +8,7 @@ CATEGORIES=	lang
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A high level object-oriented programming language
+COMMENT=	High level object-oriented programming language
 
 USES=		gettext
 USE_XORG=	xt xft
@@ -21,7 +18,7 @@ GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/lush
 
-CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib"
+CONFIGURE_ENV=	LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -lfontconfig -L${LOCALBASE}/lib"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 CONFIGURE_ARGS=	--without-bfd



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