ports/183938: Fix build with FreeBSD 10 for ports www/mozplugger
Rusty Nejdl
rnejdl at ringofsaturn.com
Wed Nov 13 23:00:01 UTC 2013
>Number: 183938
>Category: ports
>Synopsis: Fix build with FreeBSD 10 for ports www/mozplugger
>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: Wed Nov 13 23:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Rusty Nejdl
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tethys.ringofsaturn.com 9.2-STABLE FreeBSD 9.2-STABLE #1 r257395: Wed Oct 30 17:37:14 CDT 2013 root at tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64
>Description:
Fix build with clang on FreeBSD 10 for ports www/mozplugger.
>How-To-Repeat:
>Fix:
--- mozplugger.patch begins here ---
diff -ruN mozplugger/Makefile mozplugger.new/Makefile
--- mozplugger/Makefile 2013-09-22 17:16:20.000000000 -0500
+++ mozplugger.new/Makefile 2013-11-13 16:54:26.000000000 -0600
@@ -27,6 +27,7 @@
@${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \
${WRKSRC}/mozplugger.c
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure
post-install:
@${ECHO_MSG}
--- mozplugger.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list