Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2013 16:55:37 -0600 (CST)
From:      Rusty Nejdl <rnejdl@ringofsaturn.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183938: Fix build with FreeBSD 10 for ports www/mozplugger
Message-ID:  <assp.0029b15693.201311132255.rADMtb7W076387@tethys.ringofsaturn.com>
Resent-Message-ID: <201311132300.rADN00gH000154@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?assp.0029b15693.201311132255.rADMtb7W076387>