diff options
Diffstat (limited to 'databases/gnome-db/files/patch-components::Makefile.in')
-rw-r--r-- | databases/gnome-db/files/patch-components::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/gnome-db/files/patch-components::Makefile.in b/databases/gnome-db/files/patch-components::Makefile.in new file mode 100644 index 000000000..f35a82030 --- /dev/null +++ b/databases/gnome-db/files/patch-components::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/databases/gnome-db/files/patch-components::Makefile.in,v 1.1 2002/01/23 15:22:40 sobomax Exp $ + +--- components/Makefile.in 2002/01/22 13:14:51 1.1 ++++ components/Makefile.in 2002/01/22 13:15:50 +@@ -177,7 +177,7 @@ + + libdatabase_moniker_la_SOURCES = gnomedb-monikers-database.c gnomedb-monikers.h + +-libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) ++libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -module -avoid-version + + + oafdir = $(datadir)/oaf |