e4e838ebc6
* man pages, fix compilation with db1 (to some degree at least), fix crashes in gtk-xmhtml (for help browser), mem leaks plugged in gnome-mime, compiler/warning fixes, better multibyte handling in zvt, report mousewheel events correctly to apps in zvt, fix crashes in gnome-mdi, work with KDE session management, plus more. Ok naddy@, with additional testing by fries@.
13 lines
483 B
Plaintext
13 lines
483 B
Plaintext
$OpenBSD: patch-zvt_Makefile_in,v 1.2 2002/02/15 19:19:33 nino Exp $
|
|
--- zvt/Makefile.in.orig Fri Jan 25 00:58:16 2002
|
|
+++ zvt/Makefile.in Mon Feb 4 12:05:07 2002
|
|
@@ -591,7 +591,7 @@ maintainer-clean-generic clean mostlycle
|
|
|
|
# We really dont want $(LIBS) linked in with this
|
|
gnome-pty-helper: gnome-pty-helper.o gnome-login-support.o gnome-utmp.o
|
|
- $(CC) -o $@ $^ $(UTIL_LIBS)
|
|
+ $(CC) -o $@ $> $(UTIL_LIBS)
|
|
|
|
install-exec-local:
|
|
-file=$(DESTDIR)$(sbindir)/gnome-pty-helper; \
|