Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2013 06:21:52 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178989: [PATCH] archivers/libpar2: USE_GCC
Message-ID:  <51a20c70.2bb7ec0a.4c3f.5ed3@mx.google.com>
Resent-Message-ID: <201305261330.r4QDU02l057500@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178989
>Category:       ports
>Synopsis:       [PATCH] archivers/libpar2: USE_GCC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 26 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	This does not compile with clang

>How-To-Repeat:
>Fix:

	See attached patch


--- libpar2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319089)
+++ Makefile	(working copy)
@@ -17,6 +17,7 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+USE_GCC=	any
 USE_LDCONFIG=	yes
 USES=		pkgconfig
 
--- libpar2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51a20c70.2bb7ec0a.4c3f.5ed3>