Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 12:53:53 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319229 - head/archivers/libpar2
Message-ID:  <201305271253.r4RCrrox092814@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Mon May 27 12:53:53 2013
New Revision: 319229
URL: http://svnweb.freebsd.org/changeset/ports/319229

Log:
  - Use gcc for now (does not compile with clang)
  
  Upstream seems inactive for about 7 years
  
  PR:		ports/178989
  Submitted by:	wg (myself)
  Approved by:	culot (mentor)

Modified:
  head/archivers/libpar2/Makefile

Modified: head/archivers/libpar2/Makefile
==============================================================================
--- head/archivers/libpar2/Makefile	Mon May 27 12:53:33 2013	(r319228)
+++ head/archivers/libpar2/Makefile	Mon May 27 12:53:53 2013	(r319229)
@@ -17,6 +17,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+USE_GCC=	any
 USE_LDCONFIG=	yes
 USES=		pkgconfig
 



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