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-bg | |
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-bg')
-rw-r--r-- | x11/gnomelibs/files/patch-bg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-bg b/x11/gnomelibs/files/patch-bg new file mode 100644 index 000000000000..5f76201eec28 --- /dev/null +++ b/x11/gnomelibs/files/patch-bg @@ -0,0 +1,30 @@ +--- zvt/Makefile.in.orig Sun Feb 28 02:22:21 1999 ++++ zvt/Makefile.in Mon Mar 1 21:01:11 1999 +@@ -158,7 +158,7 @@ + libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c + + +-libzvt_la_LDFLAGS = -version-info 3:3:1 -rpath $(libdir) ++libzvt_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir) + + libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h + +@@ -433,8 +433,7 @@ + check: check-am + installcheck-am: + installcheck: installcheck-am +-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS \ +- install-exec-local ++install-exec-am: install-libLTLIBRARIES + install-exec: install-exec-am + + install-data-am: install-libzvtincludeHEADERS +@@ -446,7 +445,7 @@ + uninstall-am: uninstall-libLTLIBRARIES uninstall-sbinPROGRAMS \ + uninstall-libzvtincludeHEADERS + 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 |