diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 00:12:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 00:12:51 +0000 |
commit | c5093c311822dddb35bd60fe94d1dd3d8ed8e08a (patch) | |
tree | e9faa9eee05cf29e7edaae3d150925d0275a9e9f /net/mcl/files/patch-mcl_osdep.h | |
parent | - Update to 2004.01.03 (diff) |
- Update to 2.99.1
Changes in software:
- vendor's bugfixes
- new FLUTE support
- new dependencies in gdome-2 and glib20
- properly install the shared library and headers
- replace -pthread with $PTHREAD_LIBS
- fix compilation warnings due to C++ headers in -current
PR: ports/61068
Submitted by: Panagiotis Astithas <past@noc.ntua.gr> (maintainer)
Notes
Notes:
svn path=/head/; revision=97719
Diffstat (limited to 'net/mcl/files/patch-mcl_osdep.h')
-rw-r--r-- | net/mcl/files/patch-mcl_osdep.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/mcl/files/patch-mcl_osdep.h b/net/mcl/files/patch-mcl_osdep.h index 575afbc6f974..1effff377a98 100644 --- a/net/mcl/files/patch-mcl_osdep.h +++ b/net/mcl/files/patch-mcl_osdep.h @@ -1,24 +1,24 @@ ---- src/common/mcl_osdep.h.orig Tue Jul 22 19:37:39 2003 -+++ src/common/mcl_osdep.h Wed Oct 15 16:11:46 2003 -@@ -30,7 +30,7 @@ - /* +--- src/common/mcl_osdep.h.orig Sun Dec 7 18:58:22 2003 ++++ src/common/mcl_osdep.h Sun Dec 7 19:00:39 2003 +@@ -44,7 +44,7 @@ * bit field order is compiler/OS dependant + * With linux, see the above LINUX_XXX defines... */ --#if defined(LINUX) || defined(WIN32) -+#if defined(LINUX) || defined(WIN32) || defined(FREEBSD) +-#if defined(LINUX_I386) || defined(WIN32) ++#if defined(LINUX_I386) || defined(WIN32) || defined (FREEBSD) #define _BIT_FIELDS_LTOH #undef _BIT_FIELDS_HTOL -@@ -44,7 +44,7 @@ +@@ -58,7 +58,7 @@ /* * sighandler */ -#if defined(LINUX) -+#if defined(LINUX) || defined(FREEBSD) ++#if defined(LINUX) || defined (FREEBSD) /* On Linux systems, signal handlers must be of __sighandler_t type */ #define sighandler_t __sighandler_t -@@ -63,9 +63,9 @@ +@@ -77,9 +77,9 @@ #define u_int16_t ushort_t /* or uint16_t */ #define u_int32_t uint_t /* or uint32_t */ |