diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-03-24 00:22:02 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-03-24 00:22:02 +0000 |
commit | 581ad3f9ec437ddb0c9e01ab40bd60b8cc3eabf4 (patch) | |
tree | 1c2d24815132d86df3806896a7b92b7746195561 /emulators/mupen64plus-core | |
parent | 997aa1f3f16776fa8f5d7a0df4b98e0199950dd4 (diff) |
Notes
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mupen64plus-core/Makefile.common b/emulators/mupen64plus-core/Makefile.common index 4693a0c35199..4b96afa34a3d 100644 --- a/emulators/mupen64plus-core/Makefile.common +++ b/emulators/mupen64plus-core/Makefile.common @@ -69,6 +69,7 @@ pre-install: @${ECHO_CMD} "bin/${PORTNAME}" >> ${PLIST} . endif .else +post-patch: @cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e 's|gcc|${CC}|g' -e \ 's|g++|${CXX}|g' Makefile .endif |