diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-21 15:40:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-21 15:40:36 +0000 |
commit | e015bb562008f11de3bba8ff559f491481db83e5 (patch) | |
tree | 3eb98f7638cd6805861ed425035425f4d977fea1 /editors/thoteditor | |
parent | 24ac9498b0a19089927fc82dbff66da76efb924b (diff) | |
download | ports-e015bb562008f11de3bba8ff559f491481db83e5.tar.gz ports-e015bb562008f11de3bba8ff559f491481db83e5.zip |
Fix build with gcc 3.4
Notes
Notes:
svn path=/head/; revision=116954
Diffstat (limited to 'editors/thoteditor')
-rw-r--r-- | editors/thoteditor/Makefile | 4 | ||||
-rw-r--r-- | editors/thoteditor/files/patch-UIcss.c | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index e00f61b7b1df..f9f6286358ff 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -19,10 +19,6 @@ COMMENT= An structured document editor, offering a graphical WYSIWYG interface .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -BROKEN= "Does not compile on ${OSVERSION}" -.endif - THOT_SUBDIR= Target USE_MOTIF= yes WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) diff --git a/editors/thoteditor/files/patch-UIcss.c b/editors/thoteditor/files/patch-UIcss.c new file mode 100644 index 000000000000..af2bcb4ef2f8 --- /dev/null +++ b/editors/thoteditor/files/patch-UIcss.c @@ -0,0 +1,10 @@ +--- thot/UIcss.c.orig Sat Aug 21 17:34:06 2004 ++++ ../thot/UIcss.c Sat Aug 21 17:34:27 2004 +@@ -1117,6 +1117,7 @@ + #ifdef DEBUG_CSS + fprintf (stderr, "CSSCallbackHandle: undefined button value.\n"); + #endif ++ break; + } + break; + |