From 421984c9cec338c42ac9b6c0af0ce77ca29f3f7a Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Tue, 5 Jun 2012 17:41:16 +0000 Subject: [PATCH] Fix build with giflib 2.4.0. Reported by: Justim via ports/168642 --- astro/xplanet/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index a8ff0e622060..6c5a46f2a087 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -84,6 +84,8 @@ CONFIGURE_ARGS+= --without-tiff post-extract: @${REINPLACE_CMD} -e "s/default/default.sample/g" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s/PrintGifError();/GifError();/g" \ + ${WRKSRC}/src/libimage/gif.c @${MV} ${WRKSRC}/xplanet/config/default ${WRKSRC}/xplanet/config/default.sample post-install: