Date: Sun, 13 Jul 2003 01:14:03 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-ports@freebsd.org Cc: nork@FreeBSD.org Subject: Re: scr2png build broken after 2003/07/11 commits Message-ID: <20030713011403.2fb461dd.tkato@prontomail.com> In-Reply-To: <200307121423.KAA7862250@shell.TheWorld.com> References: <200307121423.KAA7862250@shell.TheWorld.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Jul 2003 10:23:24 -0400 (EDT) Kenneth W Cochran <kwc@TheWorld.com> wrote: > Any idea(s) as to fixing? Should I file a pr? Ah, It's my fault during making patch with PR ports/54100. Please apply this patch to current ports tree. diff -urN /usr/ports/graphics/scr2png/Makefile scr2png/Makefile --- /usr/ports/graphics/scr2png/Makefile Sat Jul 12 12:23:27 2003 +++ scr2png/Makefile Sun Jul 13 01:01:59 2003 @@ -26,6 +26,7 @@ post-extract: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c do-install: @cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030713011403.2fb461dd.tkato>