ports/143745: [PATCH] multimedia/libdvdread Respect CC
Rob Farmer
rfarmer at predatorlabs.net
Thu Feb 11 01:41:38 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list