openbsd-ports/devel/libglade/patches/patch-glade_Makefile_in
wilfried 35bba8a275 Update to libglade-0.17, from maintainer
- use gtk_clist_set_column_title to set clist column titles
  when possible so that they get the alignment of the column.
- Backport code that cleans up widget hash table in the
  GladeXML object on widget destruction.  This means that
  glade_xml_get_widget() should always return a valid widget
  or NULL.
- Move headers to a a libglade-1.0/ subdirectory.  This is to
  allow parallel installation of stable and development
  versions of libglade.  Libraries depending on libglade will
  probably need to be rebuilt so that their *-config scripts
  contain the correct CPP flags.
- update shared library number
2001-11-14 21:08:45 +00:00

13 lines
415 B
Plaintext

$OpenBSD: patch-glade_Makefile_in,v 1.1 2001/11/14 21:08:45 wilfried Exp $
--- glade/Makefile.in.orig Fri Sep 7 05:01:15 2001
+++ glade/Makefile.in Wed Nov 14 21:41:04 2001
@@ -138,7 +138,7 @@ cxxflags_set = @cxxflags_set@
install_sh = @install_sh@
l = @l@
-LTVERSION = 4:2:4
+LTVERSION = 5:0
INCLUDES = -I$(srcdir)/.. $(XML_CFLAGS) $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) \
$(BONOBO_CFLAGS) $(GNOMEDB_CFLAGS)