pkgsrc/mail/faces/patches/patch-az
jlam efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00

13 lines
344 B
Text

$NetBSD: patch-az,v 1.2 2002/08/25 19:23:05 jlam Exp $
--- filters/xbmsize48.orig Tue Nov 19 05:02:32 1991
+++ filters/xbmsize48 Sun Jul 7 16:19:23 2002
@@ -43,7 +43,7 @@
else dim=ysize
fi
- xbmtopbm < $tmp | ppmscale -$dim $size |
+ xbmtopbm < $tmp | pnmscale -$dim $size |
ppmtopgm | pgmtopbm | pbmtoxbm > $tmp2
mv $tmp2 $tmp
fi