Date: Tue, 25 Aug 1998 20:15:28 -0700 (PDT) From: taoka@infonets.hiroshima-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG Subject: ports/7747: cannot compile japanese/onew-* on 3.0-CURRENT Message-ID: <199808260315.UAA00525@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 7747 >Category: ports >Synopsis: cannot compile japanese/onew-* on 3.0-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 25 20:20:00 PDT 1998 >Last-Modified: >Originator: Satoshi TAOKA >Organization: Hiroshima University in Japan >Release: >Environment: >Description: We cannot compile japanese/onew-* on 3.0-CURRENT, because /usr/include/regex.h is different from one of 2.X-RELEASE. >How-To-Repeat: >Fix: First, you make a new direcotory, /usr/ports/japanese/onew-wnn4/patches. Next, please add the next patch as patch-aa into the directory. --- sys/regex.c.orig Fri Jun 30 13:56:01 1995 +++ ./sys/regex.c Wed Aug 26 03:14:57 1998 @@ -41,6 +41,9 @@ #include <stdio.h> #include <sys/types.h> #endif +#if __FreeBSD__ >= 3 +#include <sys/types.h> +#endif #include <regex.h> static regex_t REXP; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808260315.UAA00525>