summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authortron <tron>2002-01-05 22:30:12 +0000
committertron <tron>2002-01-05 22:30:12 +0000
commit04435f37f27372b56d14a6c050921be6ca47c4fd (patch)
treed17f6b579738c901664d06097eb0ed3d6ea51f4e /graphics/tiff
parent60b5755df0cf5e8ce7d0df6149a2f259fe54c5f3 (diff)
downloadpkgsrc-04435f37f27372b56d14a6c050921be6ca47c4fd.tar.gz
Add work arround for problem with Solaris's "sed" so that the "post-patch"
target works there.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 3126c74e969..9700db84197 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/07/08 13:01:44 tron Exp $
+# $NetBSD: Makefile,v 1.36 2002/01/05 22:30:12 tron Exp $
DISTNAME= tiff-v3.5.5
PKGNAME= tiff-3.5.5
@@ -30,6 +30,7 @@ LZWWRKDIR= ${WRKDIR}/libtiff-lzw-compression-kit
post-patch:
${MV} ${LZWWRKDIR}/Makefile ${LZWWRKDIR}/Makefile.orig
+ ${ECHO} >>${LZWWRKDIR}/Makefile.orig
${SED} "s@TIFF_SRC_DIR = /tmp/libtiff@TIFF_SRC_DIR = ../${DISTNAME}@" \
${LZWWRKDIR}/Makefile.orig > ${LZWWRKDIR}/Makefile
cd ${LZWWRKDIR} && make install