Date: Sat, 7 Feb 2004 03:00:32 -0800 (PST) From: TAKAHASHI Kaoru <kaoru@kaisei.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/62396: Update port: games/gnubg Message-ID: <200402071100.i17B0W0O036526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/62396; it has been noted by GNATS. From: TAKAHASHI Kaoru <kaoru@kaisei.org> To: FreeBSD-gnats-submit@freebsd.org, kaoru@kaisei.org Cc: Subject: Re: ports/62396: Update port: games/gnubg Date: Fri, 06 Feb 2004 03:53:25 +0900 files/patch-aa was broken. Please use this instead. Index: htmlimages.c =================================================================== RCS file: /cvsroot/gnubg/gnubg/htmlimages.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- htmlimages.c 6 Jan 2004 12:30:36 -0000 1.20 +++ htmlimages.c 26 Jan 2004 07:36:02 -0000 1.21 @@ -777,7 +777,7 @@ free(asRefract[i]); } -extern void CommandExportHTMLImages(char *sz) +extern void CommandExportHTMLImages( char *sz ) { szFile = GetFilenameBase(sz); if (!szFile) @@ -791,10 +791,10 @@ TidyObjects(); } -#else -extern void CommandExportHTMLImages( char * ) +#else /* not HAVE_LIBPNG */ +extern void CommandExportHTMLImages( char *sz ) { outputl( _("This installation of GNU Backgammon was compiled without\n" "support for writing HTML images.") ); } -#endif +#endif /* not HAVE_LIBPNG */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402071100.i17B0W0O036526>