Summary: | Fix build with FreeBSD 10 for ports www/mozplugger | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | rnejdl | ||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
rnejdl
2013-11-13 23:00:00 UTC
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it. Author: pawel Date: Thu Nov 21 19:16:11 2013 New Revision: 334512 URL: http://svnweb.freebsd.org/changeset/ports/334512 Log: Respect CC PR: ports/183938 Submitted by: maintainer Modified: head/www/mozplugger/Makefile Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Thu Nov 21 19:06:50 2013 (r334511) +++ head/www/mozplugger/Makefile Thu Nov 21 19:16:11 2013 (r334512) @@ -27,6 +27,7 @@ post-patch: @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ ${WRKSRC}/mozplugger.c + @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure post-install: @${ECHO_MSG} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |