Fix build without gcc

This commit is contained in:
Baptiste Daroussin
2013-08-26 06:42:26 +00:00
parent 625ccfe662
commit 10bf10fa10

View File

@@ -28,6 +28,10 @@ PORTDOCS= *
.include <bsd.port.options.mk>
post-patch:
${REINPLACE_CMD} -e "s/gcc/${CC}/g" \
${WRKSRC}/j3d-core/src/native/ogl/build-freebsd.xml
do-build:
cd ${WRKSRC}/vecmath && ${SETENV} ${MAKE_ENV} ${ANT} dist
cd ${WRKSRC}/j3d-core \