diff options
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 1bb306a9b2b0..351f896b0eae 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -56,6 +56,8 @@ post-patch: 's|-release $$(VERSION)|-avoid-version|g' @${REINPLACE_CMD} -e \ 's|<malloc\.h>|<stdlib.h>|g' ${WRKSRC}/examples/gdbm.c + @${REINPLACE_CMD} -E -e \ + 's|volatile (mst_Boolean)|\1|g' ${WRKSRC}/libgst/interp.h post-install: ${INSTALL_DATA} ${WRKSRC}/*.el ${PREFIX}/share/emacs/site-lisp |