aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1998-12-06 19:06:54 +0800
committerMartin Baulig <martin@src.gnome.org>1998-12-06 19:06:54 +0800
commit6649899543b88775102f055ccf1f00f4e811ef2f (patch)
tree14a1ae2954482d6dec81a7ea34d26e5e5a0c9724
parentf37e3a1f700d154cf49284e7df146148649502a1 (diff)
downloadgsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.gz
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.tar.zst
gsoc2013-evolution-6649899543b88775102f055ccf1f00f4e811ef2f.zip
Recognice OpenBSD as a valid system and use the `freebsd' sysdeps
1998-12-06 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid system and use the `freebsd' sysdeps directory for it. svn path=/trunk/; revision=507
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-libgtop-sysdeps.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 3689c00d87..20a02365ff 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+1998-12-06 Martin Baulig <martin@home-of-linux.org>
+
+ * gnome-libgtop-sysdeps.m4: Recognice OpenBSD as a valid
+ system and use the `freebsd' sysdeps directory for it.
+
Sat Dec 5 23:30:01 PST 1998 Manish Singh <yosh@gimp.org>
* gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if
diff --git a/macros/gnome-libgtop-sysdeps.m4 b/macros/gnome-libgtop-sysdeps.m4
index 9130a127c2..2b4101d604 100644
--- a/macros/gnome-libgtop-sysdeps.m4
+++ b/macros/gnome-libgtop-sysdeps.m4
@@ -77,7 +77,7 @@ main (void)
libgtop_use_machine_h=yes
libgtop_need_server=yes
;;
- freebsd*|netbsd*)
+ freebsd*|netbsd*|openbsd*)
libgtop_sysdeps_dir=freebsd
libgtop_use_machine_h=yes
libgtop_need_server=yes
2018-05-183-4/+6 * Update to 1.26.0sunpoet2018-03-102-4/+4 * Update to 1.25.0sunpoet2017-12-283-4/+133 * Update to 1.24.0sunpoet2017-11-133-5/+7 * Update to 4.5.0sunpoet2017-10-221-0/+1 * Convert PORTDATA=* to PLIST entriessunpoet2017-10-082-2/+3606 * Update to 1.23.1sunpoet2017-08-272-4/+4 * Update to 1.23.0sunpoet2017-07-042-4/+4 * Update to 1.22.0sunpoet2017-06-05