diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 14:12:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 14:12:20 +0000 |
commit | 49b35c1ae08a6394671127c62dad003f799230bc (patch) | |
tree | 948fa50a64cbc82e09fa9967eba3867456665a64 /misc/magicpoint | |
parent | d71ce2a3282a8c3d57a94399722bbaacbb9e1d56 (diff) | |
download | ports-49b35c1ae08a6394671127c62dad003f799230bc.tar.gz ports-49b35c1ae08a6394671127c62dad003f799230bc.zip |
Notes
Diffstat (limited to 'misc/magicpoint')
-rw-r--r-- | misc/magicpoint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index a0943b9dcc4b..d6cf246981b9 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -76,7 +76,9 @@ CONFIGURE_ARGS+= --disable-imlib .endif post-patch: - ${REINPLACE_CMD} -e 's|-lungif|-lgif|' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|-lungif|-lgif|' \ + -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/configure ${WRKSRC}/image/png.c post-configure: cd ${WRKSRC}/contrib/xmindpath && \ |