Date: Mon, 7 Oct 2002 11:10:13 -0700 (PDT) From: Adam Weinberger <adam@vectors.cx> To: freebsd-ports@FreeBSD.org Subject: Re: ports/43772: xrolo port fails to build Message-ID: <200210071810.g97IADbY093572@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43772; it has been noted by GNATS. From: Adam Weinberger <adam@vectors.cx> To: Charles Allen <charles.allen@angelo.edu> Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/43772: xrolo port fails to build Date: Mon, 7 Oct 2002 11:07:16 -0700 fix is this patch, which patches ${FILESDIR}/patch-ab. --- patch-ab.orig Sun Jan 17 20:16:21 1999 +++ patch-ab Mon Oct 7 10:43:50 2002 @@ -17,6 +17,25 @@ #include <xview/xview.h> #include <xview/panel.h> #include <xview/textsw.h> +*************** +*** 65,72 **** + + extern void init_rolo (); + +! extern char *check_args (), *getenv (), *strcpy (), +! *calloc (), *malloc (); + + extern char *exp_fname(); + +--- 65,72 ---- + + extern void init_rolo (); + +! extern char *check_args (), *getenv (), *strcpy ();/*, +! *calloc (), *malloc ();*/ + + extern char *exp_fname(); + *************** *** 320,323 **** 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?200210071810.g97IADbY093572>