aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-30 20:50:08 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-30 20:50:08 +0800
commitec87f9f948aa282720b91916f32b537b48b6b902 (patch)
tree331de84fb19429d7f391c2af358a42b35307e4c8 /astro
parent416d44a2defbbedb843608e555ff4c4b4a68a896 (diff)
downloadfreebsd-ports-gnome-ec87f9f948aa282720b91916f32b537b48b6b902.tar.gz
freebsd-ports-gnome-ec87f9f948aa282720b91916f32b537b48b6b902.tar.zst
freebsd-ports-gnome-ec87f9f948aa282720b91916f32b537b48b6b902.zip
- fix build for png-1.4.1
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/astrometry/Makefile b/astro/astrometry/Makefile
index 28850ca6a5ba..2828230dd088 100644
--- a/astro/astrometry/Makefile
+++ b/astro/astrometry/Makefile
@@ -33,6 +33,10 @@ SUB_FILES= pkg-message
post-extract:
${CP} ${FILESDIR}/gnu-specific-config.h ${WRKSRC}/util/
+post-patch:
+ ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
+ ${WRKSRC}/util/cairoutils.c
+
post-install:
@${CAT} ${PKGMESSAGE}