openbsd-ports/sysutils/bubblemon/patches/patch-src_Makefile_in

13 lines
467 B
Plaintext

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