diff options
-rw-r--r-- | emulators/fmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index c7815566abd8..1844f72f8313 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -40,7 +40,7 @@ post-patch: ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/fMSX/Unix/Makefile \ ${WRKSRC}/EMULib/Rules.Unix -.if ${PORT_OPTIONS:MBPP32) || defined(PACKAGE_BUILDING) || defined(BATCH} +.if ${PORT_OPTIONS:MBPP32} || defined(PACKAGE_BUILDING) || defined(BATCH) ${REINPLACE_CMD} -e 's/BPP16/BPP32/' ${WRKSRC}/fMSX/Unix/Makefile .endif .if ${PORT_OPTIONS:MBPP24} |