blob: 3c7678bb450d2f6e59a01072418ebaeb846d208d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ag,v 1.2 2005/03/07 11:29:28 wiz Exp $
--- g3/Makefile.orig 2004-07-20 14:44:25.000000000 +0200
+++ g3/Makefile
@@ -45,8 +45,8 @@ install: all
#
# make symlink for "g3topbm" (so third-party fax viewers won't fail)
#
- -cd $(BINDIR) ; \
- test -x g3topbm || ln -s g32pbm g3topbm
+# -cd $(BINDIR) ; \
+# test -x g3topbm || ln -s g32pbm g3topbm
# test suite
|