svn commit: r319229 - head/archivers/libpar2

William Grzybowski wg at FreeBSD.org
Mon May 27 12:53:53 UTC 2013


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
 


More information about the svn-ports-all mailing list