summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-10-10 20:39:02 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-10-16 00:01:14 +0200
commit1692a777af0ef8102dd0c8c4561bee33344daf41 (patch)
tree44259775045b2ae411e718bd6b4b73d1aeeb42a8 /net-misc/dhcpcd-ui
parentsys-cluster/kube-controller-manager: remove unused patch (diff)
downloadgentoo-1692a777af0ef8102dd0c8c4561bee33344daf41.tar.gz
gentoo-1692a777af0ef8102dd0c8c4561bee33344daf41.tar.bz2
gentoo-1692a777af0ef8102dd0c8c4561bee33344daf41.zip
net-misc/dhcpcd-ui: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33284 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r--net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch b/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch
deleted file mode 100644
index 2ed516048e5d..000000000000
--- a/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index ec61c80..9372b38 100755
---- a/configure
-+++ b/configure
-@@ -230,7 +230,7 @@ if [ -n "$LDFLAGS" ]; then
- echo "LDFLAGS=" >>$CONFIG_MK
- echo "LDFLAGS+= $LDFLAGS" >>$CONFIG_MK
- fi
--QMAKE_CONFIG=
-+#QMAKE_CONFIG
-
- for x in $INCLUDEDIR; do
- echo "CPPFLAGS+= -I$x" >>$CONFIG_MK