summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-21 12:48:55 +0000
committerarved <arved@FreeBSD.org>2002-11-21 12:48:55 +0000
commit3924c20cd1fcc869367df84305d6ce49d51cbab1 (patch)
treebfd40c1c085481354c240da0850729c672a2c407
parente25fcf0a262084493e82e6a3f95c76ed4e14d686 (diff)
downloadFreeBSD-ports-3924c20cd1fcc869367df84305d6ce49d51cbab1.zip
FreeBSD-ports-3924c20cd1fcc869367df84305d6ce49d51cbab1.tar.gz
Fix Build on -CURRENT
PR: 45532 Submitted by: Ted Faber <faber@lunabase.org>
-rw-r--r--textproc/grap/Makefile4
-rw-r--r--textproc/grap/files/patch-grap-h10
2 files changed, 10 insertions, 4 deletions
diff --git a/textproc/grap/Makefile b/textproc/grap/Makefile
index f0c194e..477bca9 100644
--- a/textproc/grap/Makefile
+++ b/textproc/grap/Makefile
@@ -19,10 +19,6 @@ MAN1= grap.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500035
-BROKEN= "Does not compile on 5.0"
-.endif
-
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC} && make install-docs
diff --git a/textproc/grap/files/patch-grap-h b/textproc/grap/files/patch-grap-h
new file mode 100644
index 0000000..770af07
--- /dev/null
+++ b/textproc/grap/files/patch-grap-h
@@ -0,0 +1,10 @@
+--- grap.h.orig Sun Nov 24 03:19:42 2002
++++ grap.h Sun Nov 24 03:20:51 2002
+@@ -55,6 +55,7 @@
+
+ using namespace std;
+
++#include <vector>
+ #include <string>
+ #include <list>
+ #include <algorithm>
OpenPOWER on IntegriCloud