diff options
-rw-r--r-- | graphics/py-soya3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 2e10e4f1cb39..d71f3a1e5aab 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -77,7 +77,7 @@ post-patch: ${WRKSRC}/ode-0.5/config/user-settings .if defined(STDINTFLAG) @cd ${WRKSRC} && \ - ${FIND} -i "" * -type f -exec ${REINPLACE_CMD} -i "" -e 's|stdint.h|inttypes.h|g' "{}" \; + ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e 's|stdint.h|inttypes.h|g' "{}" \; .endif |