summaryrefslogtreecommitdiff
path: root/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch')
-rw-r--r--net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch13
1 files changed, 13 insertions, 0 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
new file mode 100644
index 000000000000..2ed516048e5d
--- /dev/null
+++ b/net-misc/dhcpcd-ui/files/dhcpcd-ui-0.7.9-respect-qmake-args.patch
@@ -0,0 +1,13 @@
+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