Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2010 22:57:11 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143745: [PATCH] multimedia/libdvdread Respect CC
Message-ID:  <201002102257.o1AMvBUV039885@www.freebsd.org>
Resent-Message-ID: <201002110141.o1B1fTFG060257@freefall.freebsd.org>

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

>Number:         143745
>Category:       ports
>Synopsis:       [PATCH] multimedia/libdvdread Respect CC
>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:   Thu Feb 11 01:41:28 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb  9 03:02:13 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
Respect ${CC}
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/libdvdread/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	27 Apr 2009 17:54:33 -0000	1.32
+++ Makefile	10 Feb 2010 07:21:54 -0000
@@ -49,5 +49,6 @@
 		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -E -e 's|(libdvdcss.so)\.2|\1.${DVDCSS_LIBVERSION}|' \
 		${WRKSRC}/src/dvd_input.c
+	@${REINPLACE_CMD} -e 's|cc=gcc|cc=${CC}|' ${WRKSRC}/configure2
 
 .include <bsd.port.mk>


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



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