summaryrefslogtreecommitdiff
path: root/x11/lxde-common/patches/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lxde-common/patches/patch-configure')
-rw-r--r--x11/lxde-common/patches/patch-configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/lxde-common/patches/patch-configure b/x11/lxde-common/patches/patch-configure
new file mode 100644
index 00000000000..f9292faa4d6
--- /dev/null
+++ b/x11/lxde-common/patches/patch-configure
@@ -0,0 +1,21 @@
+$NetBSD: patch-configure,v 1.1 2016/05/23 10:06:30 youri Exp $
+
+Remove error about sysconfdir.
+
+--- configure.orig 2016-02-20 23:42:52.000000000 +0000
++++ configure
+@@ -7119,14 +7119,3 @@ if test -n "$ac_unrecognized_opts" && te
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
+ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
+ fi
+-
+-
+-if test x"$sysconfdir" != x'/etc'; then
+- echo
+- echo
+- echo 'Error: sysconfdir is not /etc.'
+- echo 'Please consider passing --sysconfdir=/etc to configure.';
+- echo 'Otherwise default config files will be installed to wrong place.'
+- echo
+- echo
+-fi