diff options
Diffstat (limited to 'comms/mgetty+sendfax/files/patch-g3_Makefile')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-g3_Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/mgetty+sendfax/files/patch-g3_Makefile b/comms/mgetty+sendfax/files/patch-g3_Makefile new file mode 100644 index 000000000000..662cc8c284f2 --- /dev/null +++ b/comms/mgetty+sendfax/files/patch-g3_Makefile @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- g3/Makefile.orig ++++ g3/Makefile +@@ -45,8 +45,8 @@ + # + # 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 |