summaryrefslogtreecommitdiff
path: root/xterm/configure.diff
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-11-28 16:53:11 +0000
committerSimone Rota <sip@crux.nu>2006-11-28 16:53:11 +0000
commit1339f2caca48cbeef2cda1e4735fd44483bb2d2f (patch)
treeb66da2cfc25620e1c1d76c71e2916b2e37504b00 /xterm/configure.diff
parentcadadba1fab06ff86653bc7064950ff7ee15cb67 (diff)
downloadopt-1339f2caca48cbeef2cda1e4735fd44483bb2d2f.tar.gz
opt-1339f2caca48cbeef2cda1e4735fd44483bb2d2f.tar.xz
xterm: imported from contrib
Diffstat (limited to 'xterm/configure.diff')
-rw-r--r--xterm/configure.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/xterm/configure.diff b/xterm/configure.diff
new file mode 100644
index 000000000..327e5ec4f
--- /dev/null
+++ b/xterm/configure.diff
@@ -0,0 +1,12 @@
+Fix a stupid bashism
+--- configure.orig 2006-05-02 02:01:12.637169936 +0200
++++ configure 2006-05-02 02:01:30.861399432 +0200
+@@ -5217,7 +5217,7 @@ if test "${with_app_defaults+set}" = set
+ withval="$with_app_defaults"
+
+ else
+- withval="${appsdir-'\$(exec_prefix)/lib/X11/app-defaults'}"
++ withval="${appsdir-'\$\(exec_prefix\)/lib/X11/app-defaults'}"
+ fi;
+ case ".$withval" in #(vi
+ .\$\(*\)*|.\'*\'*) #(vi

Generated by cgit