svn commit: r327583 - head/archivers/par2cmdline-tbb

Florian Smeets flo at FreeBSD.org
Wed Sep 18 22:02:51 UTC 2013


Author: flo
Date: Wed Sep 18 22:02:51 2013
New Revision: 327583
URL: http://svnweb.freebsd.org/changeset/ports/327583

Log:
  Doesn't need USE_GCC, builds fine with clang, run test is ok, too.
  
  Approved by:	bapt

Modified:
  head/archivers/par2cmdline-tbb/Makefile

Modified: head/archivers/par2cmdline-tbb/Makefile
==============================================================================
--- head/archivers/par2cmdline-tbb/Makefile	Wed Sep 18 21:52:47 2013	(r327582)
+++ head/archivers/par2cmdline-tbb/Makefile	Wed Sep 18 22:02:51 2013	(r327583)
@@ -21,7 +21,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 USE_AUTOTOOLS=	aclocal automake autoconf
 AUTOMAKE_ARGS=	--add-missing
-USE_GCC=	4.2+
 
 PORTDOCS=	README
 CONFLICTS=	par2cmdline-[0-9]*


More information about the svn-ports-all mailing list