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:
parent
65119a4f78
commit
dea743a17c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70666
@ -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
|
||||
|
10
textproc/grap/files/patch-grap-h
Normal file
10
textproc/grap/files/patch-grap-h
Normal 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>
|
Loading…
Reference in New Issue
Block a user