diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 12:50:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 12:50:08 +0000 |
commit | c2da4593c611b6120d624176864703a9fc5b4ee2 (patch) | |
tree | 9578c5eb92a43de411f539983c2e60726f5dec48 /astro/astrometry | |
parent | ccbaddd677ef113f1b5e3ff38acfd0d1ca97f75e (diff) |
- fix build for png-1.4.1
Notes
Notes:
svn path=/head/; revision=251814
Diffstat (limited to 'astro/astrometry')
-rw-r--r-- | astro/astrometry/Makefile | 4 |
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} |