diff options
Diffstat (limited to 'x11-base/xorg-server/files/1.0.99.901-fix-kdrive-build.patch')
-rw-r--r-- | x11-base/xorg-server/files/1.0.99.901-fix-kdrive-build.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-base/xorg-server/files/1.0.99.901-fix-kdrive-build.patch b/x11-base/xorg-server/files/1.0.99.901-fix-kdrive-build.patch new file mode 100644 index 000000000000..7c2b7d337592 --- /dev/null +++ b/x11-base/xorg-server/files/1.0.99.901-fix-kdrive-build.patch @@ -0,0 +1,22 @@ +Index: xorg/hw/kdrive/ephyr/Makefile.am +=================================================================== +RCS file: /cvs/xorg/xserver/xorg/hw/kdrive/ephyr/Makefile.am,v +retrieving revision 1.7 +retrieving revision 1.8 +diff -u -b -B -r1.7 -r1.8 +--- xorg/hw/kdrive/ephyr/Makefile.am 30 Mar 2006 21:21:59 -0000 1.7 ++++ xorg/hw/kdrive/ephyr/Makefile.am 17 Apr 2006 07:10:31 -0000 1.8 +@@ -31,11 +31,11 @@ + Xephyr_LDADD = \ + libxephyr.a \ + libxephyr-hostx.a \ ++ ../../../exa/libexa.la \ + @KDRIVE_LIBS@ \ + @KDRIVE_LIBS@ \ + $(TSLIB_LIBS) \ +- @XEPHYR_LIBS@ \ +- ../../../exa/libexa.la ++ @XEPHYR_LIBS@ + + Xephyr_DEPENDENCIES = \ + libxephyr.a \ |