summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-14 08:55:55 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-14 08:55:55 +0000
commit472274ba71046925f5d3367240e70fcbb83d724a (patch)
treef7d67dd9d3080e50cf5f02555822eb933587cb3a /x11-fm
parent- add ktalkd and friends to pkg-plist (diff)
Provide bandaid to fix the build for some people:
- add (missed?) `#include <glib.h>' 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
Notes
Notes: svn path=/head/; revision=51525
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/gnomemc/files/patch-src::Makefile.in14
-rw-r--r--x11-fm/gnomemc/files/patch-src::treestore.h14
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