diff options
-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 |