freebsd-ports/net/kiax/files/patch-lib_libiax2_src_md5.c
Sam Lawrance 483b6a46b2 Add kiax 0.8.4, an Asterisk (IAX) client written in QT for KDE.
PR:		ports/88681
Submitted by:	Eric Kjeldergaard <kjelderg@gmail.com>
2005-11-12 14:25:14 +00:00

11 lines
368 B
C

--- lib/libiax2/src/md5.c.orig Sat Nov 12 17:34:12 2005
+++ lib/libiax2/src/md5.c Sat Nov 12 17:35:18 2005
@@ -1,7 +1,7 @@
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
-#ifdef FREEBSD
+#ifdef __FreeBSD__
# include <machine/endian.h>
#elif defined(LINUX)
# include <endian.h>