Fix build with libgtop 1.0.13; from maintainer Nils Nordman <nino@nforced.com>.

This commit is contained in:
naddy 2001-12-27 13:06:59 +00:00
parent c6af07c2b5
commit e6d8030632

View 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@