svn commit: r350547 - head/emulators/wxmupen64plus
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Mon Apr 7 21:43:06 UTC 2014
Author: acm
Date: Mon Apr 7 21:43:06 2014
New Revision: 350547
URL: http://svnweb.freebsd.org/changeset/ports/350547
QAT: https://qat.redports.org/buildarchive/r350547/
Log:
- Fix typo
Modified:
head/emulators/wxmupen64plus/Makefile
Modified: head/emulators/wxmupen64plus/Makefile
==============================================================================
--- head/emulators/wxmupen64plus/Makefile Mon Apr 7 21:41:45 2014 (r350546)
+++ head/emulators/wxmupen64plus/Makefile Mon Apr 7 21:43:06 2014 (r350547)
@@ -29,7 +29,7 @@ USE_PYTHON= yes
WAF_SCRIPT= waf
post-patch:
- @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e
+ @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e \
's|version=2.9|version=${WX_VERSION}|g' ${WRKSRC}/wscript
do-configure:
More information about the svn-ports-all
mailing list