Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 08:06:15 GMT
From:      Attila Nagy <bra@fsn.hu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/185600: maintainer update: misc/libeatmydata
Message-ID:  <201401090806.s0986F4f064736@oldred.freebsd.org>
Resent-Message-ID: <201401090810.s098A0UV053646@freefall.freebsd.org>

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

>Number:         185600
>Category:       ports
>Synopsis:       maintainer update: misc/libeatmydata
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 09 08:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Attila Nagy
>Release:        
>Organization:
>Environment:
>Description:
Fix building libeatmydata on FreeBSD 10 with clang.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 339198)
+++ Makefile	(working copy)
@@ -18,6 +18,9 @@
 		lib/libeatmydata.so.1.0
 
 NO_STAGE=	yes
+post-patch:
+	${SED} -i '' -e 's/gcc/${CC}/' ${WRKSRC}/Makefile
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libeatmydata.so.1.0 ${PREFIX}/lib
 


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



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