From 651846294b55244c78cdf46698542b903b2f1d6c Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Thu, 20 Apr 2006 18:19:39 +0000 Subject: Fix configure. --- lang/open-cobol/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/open-cobol/Makefile') 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' \ -- cgit v1.2.3