aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+ {