From da89f2c264f7a609434154d87f51bd032c0aeb60 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 7 Jul 2000 18:39:50 +0000 Subject: Fix ${PREFIX}/include files that have bad nested includes. PR: 19682 Submitted by: Alec Wolman --- graphics/libwmf/Makefile | 3 +++ graphics/libwmf/files/patch-af | 11 +++++++++++ graphics/libwmf/files/patch-ag | 9 +++++++++ 3 files changed, 23 insertions(+) create mode 100644 graphics/libwmf/files/patch-af create mode 100644 graphics/libwmf/files/patch-ag (limited to 'graphics/libwmf') diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 94089979c761..5b038abe87ea 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -25,4 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype \ -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}"/lib +pre-configure: + (cd ${WRKSRC}; ln -s xgd-1.7.3 xgd) + .include diff --git a/graphics/libwmf/files/patch-af b/graphics/libwmf/files/patch-af new file mode 100644 index 000000000000..7287aca569cb --- /dev/null +++ b/graphics/libwmf/files/patch-af @@ -0,0 +1,11 @@ +--- Xwmfapi.h Wed Aug 18 04:16:50 1999 ++++ Xwmfapi.h.new Sun Jul 2 17:55:05 2000 +@@ -3,7 +3,7 @@ + #include + #include + +-#include "myxpm.h" ++#include + + + typedef struct _X_Struct diff --git a/graphics/libwmf/files/patch-ag b/graphics/libwmf/files/patch-ag new file mode 100644 index 000000000000..9944353c95cb --- /dev/null +++ b/graphics/libwmf/files/patch-ag @@ -0,0 +1,9 @@ +--- 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 + { -- cgit v1.2.3