[Psi-Devel] Psi 0.13-rc4

Eric Schnoebelen eric at cirr.com
Thu Jul 23 19:50:47 PDT 2009


Justin Karneges writes:
- Psi 0.13-rc4 is here! Please download and test [1].
- 
- Final on July 26th if no showstoppers are found.

Not sure if it qualifies as a "show stopper", but the attached
patch was needed for IRIS to build on NetBSD.

--
Eric Schnoebelen		eric at cirr.com		http://www.cirr.com
    "Just when you think you have life figured out and all is going well,
	watch your step, for you are about to fall." - Ancient Proverb
-------------- next part --------------
$NetBSD$

--- iris/src/jdns/jdns_p.h.orig	2009-07-16 00:08:57.000000000 -0500
+++ iris/src/jdns/jdns_p.h
@@ -36,7 +36,7 @@
 # define JDNS_OS_UNIX
 #endif
 
-#if defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__)
 # define JDNS_OS_FREEBSD
 #elif defined(__APPLE__) && (defined(__GNUC__) || defined(__xlC__) || defined(__xlc__))
 # define JDNS_OS_MAC


More information about the Psi-Devel mailing list