diff options
author | pav <pav@FreeBSD.org> | 2004-09-25 03:43:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-09-25 03:43:49 +0800 |
commit | 92930b045db63d9962c8c20065f6e00b769068c2 (patch) | |
tree | f722bf92d057b82dcd12d72f77acde00fccf2f68 /lang | |
parent | 030410a85ff989400a9ab46aaecad364aec587f6 (diff) | |
download | freebsd-ports-gnome-92930b045db63d9962c8c20065f6e00b769068c2.tar.gz freebsd-ports-gnome-92930b045db63d9962c8c20065f6e00b769068c2.tar.zst freebsd-ports-gnome-92930b045db63d9962c8c20065f6e00b769068c2.zip |
- Fix build on 5.3
PR: ports/72042
Submitted by: Yen-Ming Lee <leeym@FreeBSD.org>
Approved by: portmgr (marcus)
Diffstat (limited to 'lang')
-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 |