From 472274ba71046925f5d3367240e70fcbb83d724a Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 14 Dec 2001 08:55:55 +0000 Subject: Provide bandaid to fix the build for some people: - add (missed?) `#include ' into treestore.h; - ensure that local include path is searched before the global one, so that the build doesn't break if user occasionally has different includes with the same name in both paths (e.g. global.h). Submitted by: mjacobs --- x11-fm/gnomemc/files/patch-src::Makefile.in | 14 ++++++++++++++ x11-fm/gnomemc/files/patch-src::treestore.h | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 x11-fm/gnomemc/files/patch-src::Makefile.in create mode 100644 x11-fm/gnomemc/files/patch-src::treestore.h (limited to 'x11-fm') diff --git a/x11-fm/gnomemc/files/patch-src::Makefile.in b/x11-fm/gnomemc/files/patch-src::Makefile.in new file mode 100644 index 000000000000..478183a73e7e --- /dev/null +++ b/x11-fm/gnomemc/files/patch-src::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/Makefile.in 2001/12/14 08:48:56 1.1 ++++ src/Makefile.in 2001/12/14 08:49:23 +@@ -8,7 +8,7 @@ + @MCF@ + + CFLAGS = $(XCFLAGS) +-CPPFLAGS = $(XCPPFLAGS) @MCCFLAGS@ ++CPPFLAGS = -I. $(XCPPFLAGS) @MCCFLAGS@ + LDFLAGS = $(XLDFLAGS) + DEFS = $(XDEFS) -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \ + -DCONFDIR=\""$(confdir)/"\" -DLOCALEDIR=\""$(localedir)/"\" diff --git a/x11-fm/gnomemc/files/patch-src::treestore.h b/x11-fm/gnomemc/files/patch-src::treestore.h new file mode 100644 index 000000000000..dadba91b61b2 --- /dev/null +++ b/x11-fm/gnomemc/files/patch-src::treestore.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/treestore.h 2001/12/14 08:39:52 1.1 ++++ src/treestore.h 2001/12/14 08:40:21 +@@ -1,6 +1,8 @@ + #ifndef __TREE_STORE_H + #define __TREE_STORE_H + ++#include ++ + /* Default filenames for the tree */ + + #ifdef OS2_NT -- cgit v1.2.3