diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnomemc/files/patch-src::Makefile.in | 14 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-src::treestore.h | 14 |
2 files changed, 28 insertions, 0 deletions
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 <glib.h> ++ + /* Default filenames for the tree */ + + #ifdef OS2_NT |