summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /x11-wm
parentAs the final (for now) cleanup of autotools, in order to reduce tree (diff)
Sync to final (for now) bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=266737
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/epplets/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
index e9f9e1b671a9..e99137229469 100644
--- a/x11-wm/epplets/Makefile
+++ b/x11-wm/epplets/Makefile
@@ -31,8 +31,10 @@ CONFIGURE_ARGS= --disable-auto-respawn
.include <bsd.port.pre.mk>
+AUTOTOOLSFILES= aclocal.m4
+
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \
${WRKSRC}/epplets/Emix.c
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \