Fix build with libgtop 1.0.13; from maintainer Nils Nordman <nino@nforced.com>.
This commit is contained in:
parent
c6af07c2b5
commit
e6d8030632
12
sysutils/bubblemon/patches/patch-src_Makefile_in
Normal file
12
sysutils/bubblemon/patches/patch-src_Makefile_in
Normal file
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user