[pkg-boost-commits] r14349 - in boost/branches/1.36.0/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Mon Dec 8 07:58:05 UTC 2008


Author: smr
Date: 2008-12-08 07:58:05 +0000 (Mon, 08 Dec 2008)
New Revision: 14349

Modified:
   boost/branches/1.36.0/debian/changelog
   boost/branches/1.36.0/debian/patches/kfreebsd-jam.patch
Log:
Fix the broken patch kfreebsd-jam.patch.

Modified: boost/branches/1.36.0/debian/changelog
===================================================================
--- boost/branches/1.36.0/debian/changelog	2008-12-08 01:07:22 UTC (rev 14348)
+++ boost/branches/1.36.0/debian/changelog	2008-12-08 07:58:05 UTC (rev 14349)
@@ -1,3 +1,10 @@
+boost1.36 (1.36.0-12) unstable; urgency=low
+
+  * patches/kfreebsd-jam.patch: Fix so that the patch includes unistd.h
+    (not stdlib.h).  Really closes: #506736.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 08 Dec 2008 01:53:47 -0600
+
 boost1.36 (1.36.0-11) unstable; urgency=low
 
   * patches/0001-boost.mpl-gcc-4.4-fixes.patch: New.  Fixes preprocessor

Modified: boost/branches/1.36.0/debian/patches/kfreebsd-jam.patch
===================================================================
--- boost/branches/1.36.0/debian/patches/kfreebsd-jam.patch	2008-12-08 01:07:22 UTC (rev 14348)
+++ boost/branches/1.36.0/debian/patches/kfreebsd-jam.patch	2008-12-08 07:58:05 UTC (rev 14349)
@@ -5,7 +5,7 @@
  # endif
  
 +# ifdef __GLIBC__
-+# include <stdlib.h>
++# include <unistd.h>
 +# endif
 +
  # if !defined(OS_BSDI) && \




More information about the pkg-boost-commits mailing list