ekiga r6942 - trunk



Author: jpuydt
Date: Fri Sep 12 05:58:57 2008
New Revision: 6942
URL: http://svn.gnome.org/viewvc/ekiga?rev=6942&view=rev

Log:
Applied patch from Jared D. McNeill to support NetBSD.

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Sep 12 05:58:57 2008
@@ -96,7 +96,7 @@
     gm_platform="linux"
     ;;
 
-  FreeBSD* | freebsd* )
+  FreeBSD* | freebsd* | NetBSD* | netbsd* )
     gm_platform="freebsd"
     ;;
 
@@ -112,7 +112,7 @@
     ;;
 
   *)
-    AC_MSG_ERROR([Only Linux, FreeBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types.])
+    AC_MSG_ERROR([Only Linux, FreeBSD, NetBSD, Solaris and Mac OS X are supported. Please contact the author to know how you can add more OS types.])
     ;;
 esac
 AC_MSG_RESULT([yes])
@@ -132,7 +132,7 @@
     ARCH_OPAL_LIBS="-lpt -lopal -ldl -lpthread"
     ;;
 
-  FreeBSD* | freebsd* )
+  FreeBSD* | freebsd* | NetBSD* | netbsd* )
     ARCH_PTLIB_CFLAGS="-DPTRACING -DNDEBUG -Os -g"
     ARCH_OPAL_LIBS="-lpt -lopal -lpthread"
     ;;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]