openbsd-ports/devel/libgtop2/patches/patch-configure_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

30 lines
980 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1.1.1 2003/01/31 18:35:57 todd Exp $
--- configure.in.orig Mon Jun 10 23:45:47 2002
+++ configure.in Mon Jul 29 21:53:39 2002
@@ -372,7 +372,7 @@ LIBGTOP_INCS="$LIBGTOP_INCS $SUPPORTINCS
LIBGTOP_GUILE_LIBS="$LIBGTOP_LIBS"
LIBGTOP_GUILE_INCS="$LIBGTOP_INCS"
LIBGTOP_BINDIR='$(bindir)'
-LIBGTOP_SERVER='$(bindir)/libgtop_server'
+LIBGTOP_SERVER='$(bindir)/libgtop_server2'
sysdeps_dir="$libgtop_sysdeps_dir"
AC_SUBST(sysdeps_dir)
@@ -441,7 +441,7 @@ AC_SUBST(LIBGTOP_SERVER)
if test x$libgtop_need_server = xyes ; then
sysdeps_suid_lib="\$(top_builddir)/sysdeps/\$(sysdeps_dir)/libgtop_sysdeps_suid-2.0.la"
- server_programs='libgtop_server'
+ server_programs='libgtop_server2'
else
sysdeps_suid_lib=
server_programs=
@@ -468,6 +468,7 @@ sysdeps/osf1/Makefile
sysdeps/linux/Makefile
sysdeps/kernel/Makefile
sysdeps/freebsd/Makefile
+sysdeps/openbsd/Makefile
sysdeps/solaris/Makefile
src/Makefile
src/daemon/Makefile