1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/graphics/libwmf/files/patch-ag
Steve Price da89f2c264 Fix ${PREFIX}/include files that have bad nested includes.
PR:		19682
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:39:50 +00:00

10 lines
191 B
Plaintext

--- gdwmfapi.h Thu Dec 16 08:18:48 1999
+++ gdwmfapi.h.new Sun Jul 2 17:53:04 2000
@@ -1,5 +1,5 @@
#include "wmfapi.h"
-#include "gd.h"
+#include "xgd/gd.h"
typedef struct _GD_Struct
{