diff options
author | novel <novel@FreeBSD.org> | 2012-06-06 01:41:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2012-06-06 01:41:16 +0800 |
commit | bf20b34532389a5cf08534ad1caf49f579d24e9e (patch) | |
tree | 5bde138ece7ba7eab756f6679783051575ba2743 /astro | |
parent | d568e85594f5dc1d6e9217ff6186dcc0b2745de7 (diff) | |
download | freebsd-ports-gnome-bf20b34532389a5cf08534ad1caf49f579d24e9e.tar.gz freebsd-ports-gnome-bf20b34532389a5cf08534ad1caf49f579d24e9e.tar.zst freebsd-ports-gnome-bf20b34532389a5cf08534ad1caf49f579d24e9e.zip |
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: |