diff options
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 6 | ||||
-rw-r--r-- | graphics/cal3d/files/patch-aclocal.m4 | 12 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 04eb1e7757d5..572d2be2cd46 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -19,7 +19,7 @@ CONFLICTS= cal3d-devel-[0-9]* USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 autoheader:267 libtool:22 +USE_AUTOTOOLS= automake:111 autoheader:267 libtool:22 USE_LDCONFIG= yes MAN1= cal3d_converter.1 @@ -34,4 +34,8 @@ post-patch: ${WRKSRC}/src/cal3d/streamsource.h @${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am +post-configure: + @${FIND} ${WRKSRC} -name Makefile -print | \ + ${XARGS} ${REINPLACE_CMD} -e 's|MKDIR_P|mkdir_p|g' + .include <bsd.port.mk> diff --git a/graphics/cal3d/files/patch-aclocal.m4 b/graphics/cal3d/files/patch-aclocal.m4 new file mode 100644 index 000000000000..d3ff6efe4588 --- /dev/null +++ b/graphics/cal3d/files/patch-aclocal.m4 @@ -0,0 +1,12 @@ +--- aclocal.m4.orig 2006-06-29 11:04:20.000000000 -0500 ++++ aclocal.m4 2010-09-28 19:09:08.000000000 -0500 +@@ -6392,3 +6392,3 @@ + # generated from the m4 files accompanying Automake X.Y. +-AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) ++AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.11"]) + +@@ -6399,3 +6399,3 @@ + AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +- [AM_AUTOMAKE_VERSION([1.9.6])]) ++ [AM_AUTOMAKE_VERSION([1.11.1])]) + |