1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix Build on -CURRENT

PR:	45532
Submitted by: Ted Faber <faber@lunabase.org>
This commit is contained in:
Tilman Keskinoz 2002-11-21 12:48:55 +00:00
parent 65119a4f78
commit dea743a17c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70666
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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>