a742a47ae1
- Remove a redundant directory from the distribution file which reduces its size from 20MB to 15MB. - Add patches to work arround build problems caused by questionable code defining macros named like standard C functions before including "stdlib.h". This fixes PR pkg/32453 by Dave J. Barnes.
12 lines
402 B
Text
12 lines
402 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/06 17:20:21 tron Exp $
|
|
|
|
--- lib/font/Type1/spaces.c.orig 1998-11-23 21:32:50.000000000 +0000
|
|
+++ lib/font/Type1/spaces.c 2006-01-06 16:02:52.000000000 +0000
|
|
@@ -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 <stdlib.h>
|
|
#include "objects.h"
|
|
#include "spaces.h"
|
|
#include "paths.h"
|