aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xplanet
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2012-06-06 01:41:16 +0800
committerRoman Bogorodskiy <novel@FreeBSD.org>2012-06-06 01:41:16 +0800
commit421984c9cec338c42ac9b6c0af0ce77ca29f3f7a (patch)
treed6b931b9a8a7f4062e0aa8ebc69940d21e754a4b /astro/xplanet
parent2aa36bd28d77a771f2865f60543f8c6f1a4935c8 (diff)
downloadfreebsd-ports-gnome-421984c9cec338c42ac9b6c0af0ce77ca29f3f7a.tar.gz
freebsd-ports-gnome-421984c9cec338c42ac9b6c0af0ce77ca29f3f7a.tar.zst
freebsd-ports-gnome-421984c9cec338c42ac9b6c0af0ce77ca29f3f7a.zip
Fix build with giflib 2.4.0.
Reported by: Justim <freebsd.users@gmail.com> via ports/168642
Diffstat (limited to 'astro/xplanet')
-rw-r--r--astro/xplanet/Makefile2
1 files changed, 2 insertions, 0 deletions
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: