diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-10-16 11:12:12 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-10-16 11:12:12 +0000 |
commit | f1c183c9441574c34f6657ecc6d67f89e3420e15 (patch) | |
tree | f5870fead5a1602dbe316122a264e8d1c93fa9d2 /devel/tvision | |
parent | 70ccd4341130ea88b59fdebd292204a0cc527068 (diff) |
Unbreak build on -CURRENT. Maintainer informed.
Notes
Notes:
svn path=/head/; revision=91424
Diffstat (limited to 'devel/tvision')
-rw-r--r-- | devel/tvision/Makefile | 6 | ||||
-rw-r--r-- | devel/tvision/files/patch-max | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 896663d776b4..adee4b0b735b 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -7,7 +7,7 @@ PORTNAME= tvision PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.sigala.it/sergio/tvision/mysource/ @@ -24,10 +24,6 @@ USE_GCC= 3.2 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-extract: @${MV} ${WRKSRC}/myendian.h ${WRKSRC}/lib diff --git a/devel/tvision/files/patch-max b/devel/tvision/files/patch-max index 99435f588d8d..48b6198ad6b0 100644 --- a/devel/tvision/files/patch-max +++ b/devel/tvision/files/patch-max @@ -853,10 +853,12 @@ diff -u -r1.1 -r1.7 */ #define Uses_TResourceFile -@@ -17,88 +18,80 @@ +@@ -17,88 +18,82 @@ #define Uses_TResourceCollection #include <tvision/tv.h> ++#include <assert.h> ++ +#include <ios> + +using std::ios; @@ -2789,7 +2791,7 @@ diff -u -r1.1 -r1.4 */ #define Uses_MsgBox -@@ -27,13 +28,12 @@ +@@ -27,13 +28,13 @@ #define Uses_TStatusItem #define Uses_TStatusLine #define Uses_TSubMenu @@ -2800,6 +2802,7 @@ diff -u -r1.1 -r1.4 -#include <stdio.h> #include <tvision/tv.h> ++#include <assert.h> +extern "C" { + #include <signal.h> +} |