diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-04-20 18:19:39 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-04-20 18:19:39 +0000 |
commit | 651846294b55244c78cdf46698542b903b2f1d6c (patch) | |
tree | 7b3ef3130794e184bd93d03cfa5ec7fa5b43417c /lang/open-cobol-devel | |
parent | 60c2f5ef22ed02836117660f1100d816b3dc17cc (diff) | |
download | ports-651846294b55244c78cdf46698542b903b2f1d6c.tar.gz ports-651846294b55244c78cdf46698542b903b2f1d6c.zip |
Notes
Diffstat (limited to 'lang/open-cobol-devel')
-rw-r--r-- | lang/open-cobol-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/open-cobol-devel/Makefile b/lang/open-cobol-devel/Makefile index 68f510d3b6d6..8d75869735a5 100644 --- a/lang/open-cobol-devel/Makefile +++ b/lang/open-cobol-devel/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' \ |