Bug 183938 - Fix build with FreeBSD 10 for ports www/mozplugger
Summary: Fix build with FreeBSD 10 for ports www/mozplugger
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 23:00 UTC by rnejdl
Modified: 2013-11-21 19:20 UTC (History)
0 users

See Also:


Attachments
mozplugger.patch (365 bytes, patch)
2013-11-13 23:00 UTC, rnejdl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rnejdl 2013-11-13 23:00:00 UTC
	Fix build with clang on FreeBSD 10 for ports www/mozplugger.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-13 23:00:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2013-11-21 18:29:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-21 19:16:18 UTC
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"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2013-11-21 19:16:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!