svn commit: r327164 - head/sysutils/gkrellmwho2

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 13 16:18:25 UTC 2013


Author: bapt
Date: Fri Sep 13 16:18:25 2013
New Revision: 327164
URL: http://svnweb.freebsd.org/changeset/ports/327164

Log:
  Respect CC

Modified:
  head/sysutils/gkrellmwho2/Makefile

Modified: head/sysutils/gkrellmwho2/Makefile
==============================================================================
--- head/sysutils/gkrellmwho2/Makefile	Fri Sep 13 15:42:03 2013	(r327163)
+++ head/sysutils/gkrellmwho2/Makefile	Fri Sep 13 16:18:25 2013	(r327164)
@@ -23,6 +23,7 @@ ALL_TARGET=
 PLIST_FILES=	libexec/gkrellm2/plugins/gkrellmwho2.so
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/configure ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Makefile
 
 do-install:


More information about the svn-ports-all mailing list