diff options
author | steve <steve@FreeBSD.org> | 2000-07-08 02:39:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-08 02:39:50 +0800 |
commit | 47986dea3435d7124d5e687b6200c3914d9bb0c3 (patch) | |
tree | 784611658a18addbe140e2b6d76edc12ca42c9d5 /graphics/libwmf | |
parent | 4d5995a979b10e5784e5a39d6cc183b47e84d7aa (diff) | |
download | freebsd-ports-gnome-47986dea3435d7124d5e687b6200c3914d9bb0c3.tar.gz freebsd-ports-gnome-47986dea3435d7124d5e687b6200c3914d9bb0c3.tar.zst freebsd-ports-gnome-47986dea3435d7124d5e687b6200c3914d9bb0c3.zip |
Fix ${PREFIX}/include files that have bad nested includes.
PR: 19682
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 3 | ||||
-rw-r--r-- | graphics/libwmf/files/patch-af | 11 | ||||
-rw-r--r-- | graphics/libwmf/files/patch-ag | 9 |
3 files changed, 23 insertions, 0 deletions
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 <bsd.port.mk> 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 <X11/Xlib.h> + #include <X11/X.h> + +-#include "myxpm.h" ++#include <X11/xpm.h> + + + 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 + { |