From e6d8030632b26f4ad90f4edf002b885e59f85124 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 27 Dec 2001 13:06:59 +0000 Subject: [PATCH] Fix build with libgtop 1.0.13; from maintainer Nils Nordman . --- sysutils/bubblemon/patches/patch-src_Makefile_in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysutils/bubblemon/patches/patch-src_Makefile_in diff --git a/sysutils/bubblemon/patches/patch-src_Makefile_in b/sysutils/bubblemon/patches/patch-src_Makefile_in new file mode 100644 index 00000000000..9ef93537070 --- /dev/null +++ b/sysutils/bubblemon/patches/patch-src_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-src_Makefile_in,v 1.1 2001/12/27 13:06:59 naddy Exp $ +--- src/Makefile.in.orig Sun Oct 28 19:16:26 2001 ++++ src/Makefile.in Thu Dec 27 10:27:57 2001 +@@ -136,7 +136,7 @@ cxxflags_set = @cxxflags_set@ + localedir = $(datadir)/locale + defaultincludes = -I. -I$(srcdir) -I.. + +-INCLUDES = $(GNOME_INCLUDEDIR) $(defaultincludes) ++INCLUDES = -I$(LIBGTOP_INCLUDEDIR) $(GNOME_INCLUDEDIR) $(defaultincludes) + + DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ +