diff options
Diffstat (limited to 'x11-servers/XttXF86srv-common/files/xttpatch')
-rw-r--r-- | x11-servers/XttXF86srv-common/files/xttpatch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-servers/XttXF86srv-common/files/xttpatch b/x11-servers/XttXF86srv-common/files/xttpatch new file mode 100644 index 000000000000..45d96e76427e --- /dev/null +++ b/x11-servers/XttXF86srv-common/files/xttpatch @@ -0,0 +1,15 @@ +--- ../xtt-1.3/shared-libfont-1.2.diff~ Sun May 28 18:55:42 2000 ++++ ../xtt-1.3/shared-libfont-1.2.diff Sun May 28 21:52:50 2000 +@@ -1050,9 +1050,9 @@ + DIX = dix/LibraryTargetName(dix) + - FONT = $(DEPFONTLIB) + + FONT = $(FONTLIB) $(XPFBLIBS) +- #ifdef ServerExtraSysLibs +- EXTRASYSLIBS = ServerExtraSysLibs +- #endif ++ #if UsbMouseSupport ++ #if !HasLibUsb ++ USB = $(XF86OSSRC)/libusb/LibraryTargetName(usb) + @@ -209,7 +209,8 @@ + DECDIRS = $(STDDIRS) $(MFBDIR) $(CFB8DIR) $(DDXDIR1) $(DEPDIRS) + DECOBJS = hw/dec/ws/init.o hw/dec/ws/sdepthinit.o |