diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-29 13:44:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-29 13:44:05 +0800 |
commit | 59053b93264891c9b757475ac4371bc5446bb651 (patch) | |
tree | e1be3f450a2f0177d2e3926f5259b79a044a5399 /japanese | |
parent | 1c2bba87090aa20d2579faae2875550ee685c02a (diff) | |
download | freebsd-ports-gnome-59053b93264891c9b757475ac4371bc5446bb651.tar.gz freebsd-ports-gnome-59053b93264891c9b757475ac4371bc5446bb651.tar.zst freebsd-ports-gnome-59053b93264891c9b757475ac4371bc5446bb651.zip |
japanese/lipsf cannot be built
building japanese/lipsf causes core dump on amd64.
this is because of the lack of inclusion of header file.
PR: ports/90960
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lipsf/Makefile | 1 | ||||
-rw-r--r-- | japanese/lipsf/files/patch-mkmfsed.c | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile index 8d123790a9e2..1d6250022801 100644 --- a/japanese/lipsf/Makefile +++ b/japanese/lipsf/Makefile @@ -7,6 +7,7 @@ PORTNAME= lipsf PORTVERSION= 2.00 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} diff --git a/japanese/lipsf/files/patch-mkmfsed.c b/japanese/lipsf/files/patch-mkmfsed.c new file mode 100644 index 000000000000..9000fd56ca39 --- /dev/null +++ b/japanese/lipsf/files/patch-mkmfsed.c @@ -0,0 +1,10 @@ +--- mkmfsed.c.orig Tue May 28 00:00:00 2002 ++++ mkmfsed.c Tue Dec 27 14:51:35 2005 +@@ -5,6 +5,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include "machine.h" + + #ifdef NOVOID |