aboutsummaryrefslogtreecommitdiff
path: root/textproc/grap
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-21 12:48:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-21 12:48:55 +0000
commitdea743a17ccaf8965080a779d07afc246dc36a9a (patch)
treeadc26ddbf758d89b63e1b9c82030bc60294570c2 /textproc/grap
parent65119a4f781c45ab5b041f9124c7c3687cf875c8 (diff)
downloadports-dea743a17ccaf8965080a779d07afc246dc36a9a.tar.gz
ports-dea743a17ccaf8965080a779d07afc246dc36a9a.zip
Fix Build on -CURRENT
PR: 45532 Submitted by: Ted Faber <faber@lunabase.org>
Notes
Notes: svn path=/head/; revision=70666
Diffstat (limited to 'textproc/grap')
-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 f0c194eddfff..477bca9bc5d6 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 000000000000..770af072fa35
--- /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>