openbsd-ports/devel/libgtop2/patches/patch-src_daemon_Makefile_in
todd 1cfb9c8af0 Import libgtop2-2.0.0
--
LibGTop is a library for obtaining information about processes and the system.
This includes information about the following areas:

* General System Information
* SYS V IPC Limits:
* Network:
* Process List:
* Process information:
* Process maps:
* File system usage:

From marcm for gnome2
2003-01-31 18:35:57 +00:00

13 lines
1.1 KiB
Plaintext

$OpenBSD: patch-src_daemon_Makefile_in,v 1.1.1.1 2003/01/31 18:35:57 todd Exp $
--- src/daemon/Makefile.in.orig Mon Jun 10 23:49:23 2002
+++ src/daemon/Makefile.in Mon Jul 29 21:54:46 2002
@@ -161,7 +161,7 @@ EXTRA_PROGRAMS = libgtop_server2
libgtop_daemon2_SOURCES = gnuserv.c slave.c main.c io.c version.c daemon.h server_config.h
-libgtop_daemon2_LDADD = $(top_builddir)/lib/libgtop-2.0.la $(top_builddir)/sysdeps/common/libgtop_common-2.0.la $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la @sysdeps_suid_lib@ $(suid_sysdeps) $(suid_common) $(LIBGTOP_LIBS) @LIBSUPPORT@ @INTLLIBS@ @libs_xauth@
+libgtop_daemon2_LDADD = $(top_builddir)/lib/libgtop-2.0.la $(top_builddir)/sysdeps/common/libgtop_common-2.0.la $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la @sysdeps_suid_lib@ $(suid_sysdeps) $(suid_common) $(LIBGTOP_LIBS) @LIBSUPPORT@ @INTLLIBS@ @libs_xauth@ -L$(top_builddir)/lib/.libs -L$(top_builddir)/sysdeps/@sysdeps_dir@/.libs -L$(top_builddir)/sysdeps/common/.libs
@ENABLE_STATIC_TRUE@libgtop_daemon2_LDFLAGS = -static