summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-09-24 19:43:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-09-24 19:43:49 +0000
commit3f893dd28bc22cece6539888597ad7c92e01b3f3 (patch)
treee8a8fd12bcdc61dda2efc9409dcc3a1c8499bc8b /lang
parent- Fix mysqlhotdump vulnerability (diff)
- Fix build on 5.3
PR: ports/72042 Submitted by: Yen-Ming Lee <leeym@FreeBSD.org> Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=118377
Diffstat (limited to 'lang')
-rw-r--r--lang/smalltalk/Makefile2
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