diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-24 16:42:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-24 16:42:25 +0000 |
commit | 39c7384d537450de1d3ea32993d4946b02116c7b (patch) | |
tree | a670f54e4e659583ce5a853c68edad917e51e7bc /x11/gnomelibs/files/patch-bc | |
parent | Fix for handling additional documents. (diff) |
Update to 1.2.8
Notes
Notes:
svn path=/head/; revision=34192
Diffstat (limited to 'x11/gnomelibs/files/patch-bc')
-rw-r--r-- | x11/gnomelibs/files/patch-bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomelibs/files/patch-bc b/x11/gnomelibs/files/patch-bc index 05f65e0e6508..393384efdff8 100644 --- a/x11/gnomelibs/files/patch-bc +++ b/x11/gnomelibs/files/patch-bc @@ -2,6 +2,6 @@ +++ libgnome/Makefile.in Fri Oct 13 10:07:06 2000 @@ -170,3 +170,3 @@ --libgnome_la_LDFLAGS = -version-info 36:0:4 #-rpath $(libdir) +-libgnome_la_LDFLAGS = -version-info 36:1:4 #-rpath $(libdir) +libgnome_la_LDFLAGS = -version-info 4:0:0 #-rpath $(libdir) libgnome_la_LIBADD = $(GLIB_LIBS) -lm $(DL_LIB) |