summaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-09 17:28:18 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-09 17:28:18 +0000
commitc2b1840688c294608efb2b8601d11100eebe83cd (patch)
treeb67f2216d5c85724d733e324691b9ecb84506f94 /math/oleo
parentUpdate to 0.77. (diff)
Unbreak: fix compilation.
Notes
Notes: svn path=/head/; revision=60982
Diffstat (limited to 'math/oleo')
-rw-r--r--math/oleo/Makefile2
-rw-r--r--math/oleo/files/patch-src::utils.c13
2 files changed, 13 insertions, 2 deletions
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
+ {