summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-20 18:37:44 +0100
committerSam James <sam@gentoo.org>2023-03-22 05:46:20 +0000
commit448237f6043501d569c92c70bd1313433bac6a94 (patch)
tree18ca5d3804df030da709c71826d66a70e2403ae1 /net-dialup/minicom/files
parentnet-im/dino: drop 0.4.0 (diff)
downloadgentoo-448237f6043501d569c92c70bd1313433bac6a94.tar.gz
gentoo-448237f6043501d569c92c70bd1313433bac6a94.tar.bz2
gentoo-448237f6043501d569c92c70bd1313433bac6a94.zip
net-dialup/minicom: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30265 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup/minicom/files')
-rw-r--r--net-dialup/minicom/files/minicom-2.7-lockdir.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-dialup/minicom/files/minicom-2.7-lockdir.patch b/net-dialup/minicom/files/minicom-2.7-lockdir.patch
deleted file mode 100644
index acbdcbe902ba..000000000000
--- a/net-dialup/minicom/files/minicom-2.7-lockdir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- minicom-2.7.orig/configure.in 2013-12-31 07:14:09.000000000 -0800
-+++ minicom-2.7/configure.in 2017-03-05 11:25:01.379020326 -0800
-@@ -217,7 +217,10 @@
-
- if test "x$UUCPLOCK" != x
- then
-- if test -d $UUCPLOCK
-+ dnl If a lock directory was manually specified, do not test it actually
-+ dnl exists, as that might not be true during a chroot build, and the
-+ dnl packager is responsible for making sure it exists at runtime.
-+ if true
- then
- AC_MSG_RESULT($UUCPLOCK)
- AC_DEFINE_UNQUOTED(UUCPLOCK, "$UUCPLOCK", [Lock directory])