a4d2f30a9a
- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs... IPv4 masks are not printed properly yet. - konsole fixes for utmp - ksysguardd mostly working. Should unify with Net/FreeBSD - clock and timezone fixes mostly from Flinn Mueller. - uses kxkb_pic lib, thanks to Matthieu.
13 lines
600 B
Plaintext
13 lines
600 B
Plaintext
$OpenBSD: patch-konsole_konsole_Makefile_in,v 1.3 2003/01/27 19:22:50 espie Exp $
|
|
--- konsole/konsole/Makefile.in.orig Sun Jan 12 15:54:56 2003
|
|
+++ konsole/konsole/Makefile.in Sun Jan 12 15:55:19 2003
|
|
@@ -374,7 +374,7 @@ noinst_HEADERS = TEWidget.h TEPty.h TEmu
|
|
|
|
konsole_grantpty_SOURCES = konsole_grantpty.c
|
|
konsole_grantpty_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
|
-konsole_grantpty_LDADD = -lkdefakes
|
|
+konsole_grantpty_LDADD = -lkdefakes $(LIBUTIL)
|
|
|
|
# Not AUTO here, because there are some unused files
|
|
#>- METASOURCES = TEWidget.moc TEmuVt102.moc session.moc konsole.moc konsole_child.moc \
|