diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-11 19:12:48 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-11 19:12:48 +0000 |
commit | b76702c13a93e055503201c2003ea2dd90c5923a (patch) | |
tree | effc6fa117395999fb315cdd329057b0db87da7e /recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch | |
parent | 00a293b3606260e5dabdf0403a59115b3cc9e132 (diff) |
xserver-kdrive-1.3.0.0: Fixed for new autotools.
Diffstat (limited to 'recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch b/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch new file mode 100644 index 0000000000..e23b89d153 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch @@ -0,0 +1,13 @@ +Index: xorg-server-1.3.0.0/configure.ac +=================================================================== +--- xorg-server-1.3.0.0.orig/configure.ac 2009-06-11 17:04:51.000000000 +0000 ++++ xorg-server-1.3.0.0/configure.ac 2009-06-11 17:05:58.000000000 +0000 +@@ -1699,8 +1699,6 @@ + DIX_CFLAGS="-DHAVE_DIX_CONFIG_H" + AC_SUBST([DIX_CFLAGS]) + +-AC_SUBST([libdir exec_prefix prefix]) +- + # Man page sections - used in config utils & generating man pages + XORG_MANPAGE_SECTIONS + |