diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 02:04:19 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-15 02:04:19 +0000 |
commit | d45e163fdc30e7685bb5c4bc0b8de9000e7bb21a (patch) | |
tree | a5ca8f621a15ca69e2947c0b27553cb97d26d607 /x11/gnomelibs/files/patch-bb | |
parent | Update to version 1.4p4. (diff) |
* Update 1.0.1 -> 1.0.3.
* One file modified per patch in ${PATCHDIR}.
Diffstat (limited to 'x11/gnomelibs/files/patch-bb')
-rw-r--r-- | x11/gnomelibs/files/patch-bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-bb b/x11/gnomelibs/files/patch-bb new file mode 100644 index 000000000000..99123ff7272a --- /dev/null +++ b/x11/gnomelibs/files/patch-bb @@ -0,0 +1,20 @@ +--- gtk-xmhtml/Makefile.in.orig Tue Feb 16 01:09:23 1999 ++++ gtk-xmhtml/Makefile.in Fri Feb 19 00:20:20 1999 +@@ -148,7 +148,7 @@ + + libgtkxmhtmlincludedir = $(includedir)/gtk-xmhtml + +-INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) @GTK_CFLAGS@ -DWITH_GTK -DDEBUG -DGNOME_LIB ++INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) @GTK_CFLAGS@ -DWITH_GTK -DGNOME_LIB + + + lib_LTLIBRARIES = libgtkxmhtml.la +@@ -460,7 +460,7 @@ + uninstall-am: uninstall-libLTLIBRARIES \ + uninstall-libgtkxmhtmlincludeHEADERS + uninstall: uninstall-am +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) ++all-am: Makefile $(LTLIBRARIES) $(HEADERS) + all-redirect: all-am + install-strip: + $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |