aboutsummaryrefslogtreecommitdiff
path: root/x11/xloadimage
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-08-26 16:36:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-08-26 16:36:38 +0000
commit59dfd4bb41c67f7c166f7d50c1e0964648af95b9 (patch)
tree2c74571085f0ebfb869b40de349ae9da7646a4ec /x11/xloadimage
parent9cd7bb4f8b3e8d51aede4a968bc4dd13c7a2ce1e (diff)
downloadports-59dfd4bb41c67f7c166f7d50c1e0964648af95b9.tar.gz
ports-59dfd4bb41c67f7c166f7d50c1e0964648af95b9.zip
Notes
Diffstat (limited to 'x11/xloadimage')
-rw-r--r--x11/xloadimage/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile
index d45d34f0fa6d..9becc9f2cdf1 100644
--- a/x11/xloadimage/Makefile
+++ b/x11/xloadimage/Makefile
@@ -7,7 +7,7 @@
VERSION= 4.1
REVISION= 16
-PORTREVISION= 7
+PORTREVISION= 8
PORTNAME= xloadimage
PORTVERSION= ${VERSION}.${REVISION}
@@ -41,6 +41,8 @@ post-patch:
@${CHMOD} a+rx ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
${WRKSRC}/png.c
+ @${REINPLACE_CMD} -e 's|TIFFHeader|TIFFHeaderClassic|g' \
+ ${WRKSRC}/tiff.c
@cd ${WRKSRC}; ${MV} xloadimage.man xloadimage.man.old; \
${SED} -e s:/etc/X11/Xloadimage:${PREFIX}/etc/xloadimagerc: \
-e s:/usr/lib/xloadimagerc:${PREFIX}/etc/xloadimagerc: \