1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/x11/XFree86/files/patch-y
Jean-Marc Zucconi 443e4b043b Fix the build on -current.
Do not compile with 'make -k'.
2002-04-02 13:04:27 +00:00

19 lines
476 B
Plaintext

--- lib/font/Type1/spaces.c.orig Tue Apr 2 03:37:02 2002
+++ lib/font/Type1/spaces.c Tue Apr 2 03:57:38 2002
@@ -38,6 +38,7 @@
:h3.Include Files
*/
/* $XFree86: xc/lib/font/Type1/spaces.c,v 3.0.6.2 1998/10/04 15:22:56 hohndel Exp $ */
+#include "X11/Xos.h"
#include "objects.h"
#include "spaces.h"
#include "paths.h"
@@ -45,7 +46,6 @@
#include "fonts.h"
#include "arith.h"
#include "trig.h"
-#include "X11/Xos.h"
static void FindFfcn();
static void FindIfcn();