pkgsrc/sysutils/medusa/patches/patch-am
fredb f3bb66c7f2 Make this build against the latest gnome-libs. There's no need to
bump PKGREVISION, as simply adding $(GNOME_LIBS) to the include path
shouldn't break the build against older gnome-libs.
2002-03-29 19:44:54 +00:00

13 lines
665 B
Text

$NetBSD: patch-am,v 1.1 2002/03/29 19:44:55 fredb Exp $
--- tests/Makefile.in.orig Fri Mar 29 11:10:41 2002
+++ tests/Makefile.in
@@ -127,7 +127,7 @@
noinst_PROGRAMS = test-text-index test-index-service test-queue test-file-indexer test-versioned-file test-search-method test-system-state
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) $(NULL)
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libmedusa-internal -I$(top_srcdir)/libmedusa $(VFS_CFLAGS) $(GLIB_CFLAGS) $(GNOME_CFLAGS) $(GTK_CFLAGS) $(NULL)
test_text_index_SOURCES = medusa-text-index-test.c