From 58b279c2ca975d85ea935c0a1f53ada4b34b737f Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Mon, 27 May 2013 12:53:53 +0000 Subject: - 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) --- archivers/libpar2/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'archivers/libpar2') diff --git a/archivers/libpar2/Makefile b/archivers/libpar2/Makefile index df95f885a0dd..86f51a4429d4 100644 --- a/archivers/libpar2/Makefile +++ b/archivers/libpar2/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include +USE_GCC= any USE_LDCONFIG= yes USES= pkgconfig -- cgit