aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/epplets
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-12-01 04:38:56 +0800
committerarved <arved@FreeBSD.org>2002-12-01 04:38:56 +0800
commitf7cfd5648d1507d639e0ee066cceaddcebc40f41 (patch)
treee3ea8600988e8328035c38519ecbe3485b24acc2 /x11-wm/epplets
parentd33c33118cd8df4693310388249932c2597ec8d7 (diff)
downloadfreebsd-ports-gnome-f7cfd5648d1507d639e0ee066cceaddcebc40f41.tar.gz
freebsd-ports-gnome-f7cfd5648d1507d639e0ee066cceaddcebc40f41.tar.zst
freebsd-ports-gnome-f7cfd5648d1507d639e0ee066cceaddcebc40f41.zip
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
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>