svn commit: r334512 - head/www/mozplugger

Pawel Pekala pawel at FreeBSD.org
Thu Nov 21 19:16:12 UTC 2013


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}


More information about the svn-ports-all mailing list