aboutsummaryrefslogtreecommitdiff
path: root/lang/open-cobol/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-04-20 18:19:39 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-04-20 18:19:39 +0000
commit651846294b55244c78cdf46698542b903b2f1d6c (patch)
tree7b3ef3130794e184bd93d03cfa5ec7fa5b43417c /lang/open-cobol/Makefile
parent60c2f5ef22ed02836117660f1100d816b3dc17cc (diff)
downloadports-651846294b55244c78cdf46698542b903b2f1d6c.tar.gz
ports-651846294b55244c78cdf46698542b903b2f1d6c.zip
Notes
Diffstat (limited to 'lang/open-cobol/Makefile')
-rw-r--r--lang/open-cobol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile
index 68f510d3b6d6..8d75869735a5 100644
--- a/lang/open-cobol/Makefile
+++ b/lang/open-cobol/Makefile
@@ -40,6 +40,8 @@ PLIST_SUB+= NLS=""
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|__gmp_rand|__gmpz_init|g' \
+ ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|^SUBDIRS = lib |SUBDIRS = |g' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|$$(top_builddir)/lib/libsupport\.a||g' \