summaryrefslogtreecommitdiff
path: root/package/mgetty/patches/patch-g3_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:17:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:54 +0100
commit643274c4e5e5533d1553edfdbd3905a4b1f87e50 (patch)
tree7952e39341a348e044404cb6d247b9f5ebbfd9e7 /package/mgetty/patches/patch-g3_Makefile
parent24c6d5860ec3eb9cbd9be9a31f3ee4f4faa99436 (diff)
mgetty: mark as broken for now
Diffstat (limited to 'package/mgetty/patches/patch-g3_Makefile')
-rw-r--r--package/mgetty/patches/patch-g3_Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/mgetty/patches/patch-g3_Makefile b/package/mgetty/patches/patch-g3_Makefile
deleted file mode 100644
index 3cb6cf24e..000000000
--- a/package/mgetty/patches/patch-g3_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- mgetty-1.1.36.orig/g3/Makefile 2006-02-22 18:25:34.000000000 +0100
-+++ mgetty-1.1.36/g3/Makefile 2009-08-28 15:17:14.239450922 +0200
-@@ -37,7 +37,8 @@ install: all
- # install programs
- #
- for f in $(G3_PROGRAMS) ; do \
-- $(INSTALL) -s -m 755 $$f $(BINDIR) ; \
-+ $(INSTALL) -m 755 $$f $(BINDIR) ; \
-+ $(STRIP) $(BINDIR)/$$f ; \
- done
- #
- # make symlink for "g3topbm" (so third-party fax viewers won't fail)