From c2b1840688c294608efb2b8601d11100eebe83cd Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 9 Jun 2002 17:28:18 +0000 Subject: Unbreak: fix compilation. --- math/oleo/Makefile | 2 -- math/oleo/files/patch-src::utils.c | 13 +++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 math/oleo/files/patch-src::utils.c (limited to 'math') diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 92ff29041f1f..03483610e745 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -BROKEN= "Does not build" - LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext USE_AUTOCONF_VER=213 diff --git a/math/oleo/files/patch-src::utils.c b/math/oleo/files/patch-src::utils.c new file mode 100644 index 000000000000..ecc8d9f907b5 --- /dev/null +++ b/math/oleo/files/patch-src::utils.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/utils.c.orig Sun Jun 9 13:13:57 2002 ++++ src/utils.c Sun Jun 9 13:14:22 2002 +@@ -66,7 +66,7 @@ + #define _IOSTRG 0 + #endif + +-extern int sys_nerr; ++// extern int sys_nerr; + + struct id + { -- cgit v1.2.3