diff options
author | arved <arved@FreeBSD.org> | 2002-11-21 20:48:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-21 20:48:55 +0800 |
commit | 3924c20cd1fcc869367df84305d6ce49d51cbab1 (patch) | |
tree | bfd40c1c085481354c240da0850729c672a2c407 /textproc | |
parent | e25fcf0a262084493e82e6a3f95c76ed4e14d686 (diff) | |
download | freebsd-ports-gnome-3924c20cd1fcc869367df84305d6ce49d51cbab1.tar.gz freebsd-ports-gnome-3924c20cd1fcc869367df84305d6ce49d51cbab1.tar.zst freebsd-ports-gnome-3924c20cd1fcc869367df84305d6ce49d51cbab1.zip |
Fix Build on -CURRENT
PR: 45532
Submitted by: Ted Faber <faber@lunabase.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/grap/Makefile | 4 | ||||
-rw-r--r-- | textproc/grap/files/patch-grap-h | 10 |
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> |