diff options
Diffstat (limited to 'databases/libgnomedb/patches/patch-ac')
-rw-r--r-- | databases/libgnomedb/patches/patch-ac | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/libgnomedb/patches/patch-ac b/databases/libgnomedb/patches/patch-ac new file mode 100644 index 00000000000..029611a1b9d --- /dev/null +++ b/databases/libgnomedb/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.5 2006/12/07 22:10:06 minskim Exp $ + +http://bugzilla.gnome.org/show_bug.cgi?id=383525 + +--- libgnomedb/Makefile.in.orig 2006-10-26 05:38:16.000000000 -0700 ++++ libgnomedb/Makefile.in +@@ -309,7 +309,7 @@ sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + lib_LTLIBRARIES = libgnomedb-3.la +-SUBDIRS = . data-entries graph ++SUBDIRS = data-entries graph . + INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ +@@ -452,7 +452,7 @@ libgnomedb_3_la_SOURCES = \ + $(gnomedb_sources) + + libgnomedb_3_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE) -no-undefined +-libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS) ++libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS) data-entries/libgnomedb_handlers-3.la + libgnomedb_marshal_built_files = marshal.h marshal.c + EXTRA_DIST = marshal.list + all: all-recursive |