View | Details | Raw Unified | Return to bug 72042
Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 56-61 Link Here
56
		's|-release $$(VERSION)|-avoid-version|g'
56
		's|-release $$(VERSION)|-avoid-version|g'
57
	@${REINPLACE_CMD} -e \
57
	@${REINPLACE_CMD} -e \
58
		's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/examples/gdbm.c
58
		's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/examples/gdbm.c
59
	@${REINPLACE_CMD} -E -e \
60
		's|volatile (mst_Boolean)|\1|g' ${WRKSRC}/libgst/interp.h
59
61
60
post-install:
62
post-install:
61
	${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp
63
	${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp

Return to bug 72042