1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/XFree86-4/files/patch-1
Jean-Marc Zucconi 1ec0dc8225 Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (and
hence no corresponding PLISTs).
Use at your own risk :-)
2000-03-11 00:20:34 +00:00

17 lines
602 B
Plaintext

--- programs/Xserver/hw/xfree86/input/joystick/Imakefile~ Fri Oct 8 01:24:05 1999
+++ programs/Xserver/hw/xfree86/input/joystick/Imakefile Fri Oct 8 14:17:12 1999
@@ -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