diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-30 20:38:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-11-30 20:38:56 +0000 |
commit | 80bdfb341b3ba9652140fc3a4764cdcfc3f690c5 (patch) | |
tree | f586bf84be498e05943baef5ac70444f4e0333c6 /x11-wm/epplets | |
parent | 09d0027fd202ffc9991610483c66ad67394c58f8 (diff) |
Notes
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 2 |
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> |