diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-05 17:41:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2012-06-05 17:41:16 +0000 |
commit | 421984c9cec338c42ac9b6c0af0ce77ca29f3f7a (patch) | |
tree | d6b931b9a8a7f4062e0aa8ebc69940d21e754a4b /astro | |
parent | Finish converting this port to optionsNG. (diff) |
Fix build with giflib 2.4.0.
Reported by: Justim <freebsd.users@gmail.com> via ports/168642
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 2 |
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: |