diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-29 20:25:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-29 20:25:16 +0800 |
commit | 6b8842790f86fe50916021803756432fe2e4491f (patch) | |
tree | 241d3fccfb21f35e900b4f441b4e91274e61c5f5 /astro/xtide | |
parent | 23aac5734c76114bc0bb997aeb68ff4a8a3d1f2b (diff) | |
download | freebsd-ports-graphics-6b8842790f86fe50916021803756432fe2e4491f.tar.gz freebsd-ports-graphics-6b8842790f86fe50916021803756432fe2e4491f.tar.zst freebsd-ports-graphics-6b8842790f86fe50916021803756432fe2e4491f.zip |
- fix build for png-1.4.1
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 3791d2a2e6c..4fe52743f17 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -44,6 +44,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|== yes|= yes|g' ${WRKDIR}/libtcd-2.2.3/configure + @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ + -e 's|png_check_sig|png_sig_cmp|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure .for file in Global.cc HarmonicsPath.cc wvsrtv.cc @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${file} |