aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>