aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/030_nx-X11_configure-args.full.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/030_nx-X11_configure-args.full.patch')
-rw-r--r--debian/patches/030_nx-X11_configure-args.full.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/030_nx-X11_configure-args.full.patch b/debian/patches/030_nx-X11_configure-args.full.patch
index 8304ca795..67184d330 100644
--- a/debian/patches/030_nx-X11_configure-args.full.patch
+++ b/debian/patches/030_nx-X11_configure-args.full.patch
@@ -16,7 +16,7 @@ Index: nx-X11/lib/X11/Imakefile
includes:: ks_tables.h
-+CONFIGURE=./configure
++CONFIGURE ?= ./configure
+
#if NXLibraries
@@ -40,7 +40,7 @@ Index: nx-X11/programs/Xserver/Imakefile
NX_XSHADOWLIBTARGET = $(NX_XSHADOWLIBDIR)/$(NX_XSHADOWLIBNAME)
NX_XSHADOWCONFIGTARGET = $(NX_XSHADOWLIBDIR)/config.status
-+CONFIGURE=./configure
++CONFIGURE ?= ./configure
+
$(NX_XSHADOWCONFIGTARGET):
cd $(NX_XSHADOWLIBDIR) && \