mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
20 lines
765 B
Text
20 lines
765 B
Text
--- sysdeps/freebsd/Makefile.in.orig Sun Feb 15 16:13:22 2004
|
|
+++ sysdeps/freebsd/Makefile.in Sun Feb 15 16:16:05 2004
|
|
@@ -138,7 +138,7 @@
|
|
|
|
noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la
|
|
|
|
-libgtop_sysdeps_2_0_la_SOURCES = nosuid.c siglist.c
|
|
+libgtop_sysdeps_2_0_la_SOURCES = nosuid.c
|
|
|
|
libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
|
|
@@ -172,7 +172,7 @@
|
|
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
|
X_PRE_LIBS = @X_PRE_LIBS@
|
|
libgtop_sysdeps_2_0_la_LIBADD =
|
|
-libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo
|
|
+libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo
|
|
libgtop_sysdeps_suid_2_0_la_LIBADD =
|
|
libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo siglist.lo \
|
|
cpu.lo mem.lo swap.lo uptime.lo loadavg.lo shm_limits.lo msg_limits.lo \
|