summaryrefslogtreecommitdiff
path: root/x11-wm/epplets
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-30 20:38:56 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-30 20:38:56 +0000
commit80bdfb341b3ba9652140fc3a4764cdcfc3f690c5 (patch)
treef586bf84be498e05943baef5ac70444f4e0333c6 /x11-wm/epplets
parentFix build on -CURRENT and with bison 1.75. (diff)
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Notes
Notes: svn path=/head/; revision=71255
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r--x11-wm/epplets/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
index 73d88c3c2c45..0cf23c703925 100644
--- a/x11-wm/epplets/Makefile
+++ b/x11-wm/epplets/Makefile
@@ -35,5 +35,7 @@ CONFIGURE_ENV= EROOT=${X11BASE}/share/enlightenment \
post-patch:
@${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|" ${WRKSRC}/epplets/mbox.c
+ @${REINPLACE_CMD} -e "s|machine/soundcard.h|sys/soundcard.h|" \
+ ${WRKSRC}/epplets/Emix.c
.include <bsd.port.mk>