Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 19:16:11 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334512 - head/www/mozplugger
Message-ID:  <201311211916.rALJGCm9020533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311211916.rALJGCm9020533>