freebsd-ports/x11/XFree86-4-libraries/files/patch-z43
FUJISHIMA Satsuki 984a75e189 update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).

PR:		24338(4.0.2)
Submitted by:	maintainer, keith
2001-03-25 23:04:52 +00:00

16 lines
642 B
Text

--- programs/Xserver/hw/xfree86/input/joystick/Imakefile.orig Tue Mar 20 09:10:03 2001
+++ programs/Xserver/hw/xfree86/input/joystick/Imakefile Tue Mar 20 09:10:18 2001
@@ -12,11 +12,11 @@
-I$(SERVERSRC)/include -I$(XINCLUDESRC) -I$(EXTINCSRC)
#ifdef LinuxArchitecture
- ARCH_JSTK = ../os-support/linux/lnx_jstk.o
+ ARCH_JSTK = ../../os-support/linux/lnx_jstk.o
#endif
#if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture) || defined(OpenBSDArchitecture)
- ARCH_JSTK = ../os-support/bsd/bsd_jstk.o
+ ARCH_JSTK = ../../os-support/bsd/bsd_jstk.o
#endif
#if MakeHasPosixVariableSubstitutions