From 59fddecc42e447c493271c42e112a248606a7a0d Mon Sep 17 00:00:00 2001 From: novel Date: Thu, 14 Sep 2006 18:40:27 +0000 Subject: - Fix segfault on -CURRENT - Bump PORTREVISION PR: 102616 Submitted by: novel Approved by: maintainer timeout (more than two weeks) --- misc/seq2/Makefile | 1 + misc/seq2/files/patch-src-info.c | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 misc/seq2/files/patch-src-info.c (limited to 'misc') diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile index 2ef639d233eb..ac3bafe28786 100644 --- a/misc/seq2/Makefile +++ b/misc/seq2/Makefile @@ -7,6 +7,7 @@ PORTNAME= seq2 PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.referee.at/unix/ diff --git a/misc/seq2/files/patch-src-info.c b/misc/seq2/files/patch-src-info.c new file mode 100644 index 000000000000..ce41a640e6e6 --- /dev/null +++ b/misc/seq2/files/patch-src-info.c @@ -0,0 +1,11 @@ +--- src/info.c.orig Sun Aug 27 21:14:35 2006 ++++ src/info.c Sun Aug 27 21:18:06 2006 +@@ -17,7 +17,7 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +- ++#include + + void author() + { -- cgit