diff options
Diffstat (limited to 'graphics/opendx')
-rw-r--r-- | graphics/opendx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index d71649b..1e129e9 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -41,7 +41,7 @@ post-patch: @${RM} -f ${WRKSRC}/include/stamp-h.in pre-configure: - @cd ${WRKSRC} && aclocal && ${SETENV} ${CONFIGURE_ENV} autoheader + @cd ${WRKSRC} && ${ACLOCAL} && ${SETENV} ${CONFIGURE_ENV} ${AUTOHEADER} post-configure: ${PERL} -pi -e "s;flex ;flex -l ;g" ${WRKSRC}/src/uipp/dxuilib/Makefile |