Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 13:32:45 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311428 - head/lang/python33/files
Message-ID:  <201302021332.r12DWjZm061261@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Feb  2 13:32:45 2013
New Revision: 311428
URL: http://svnweb.freebsd.org/changeset/ports/311428

Log:
  Fix package on 9.1-RELEASE

Added:
  head/lang/python33/files/patch-Modules-_decimal-libmpdec-io.c   (contents, props changed)

Added: head/lang/python33/files/patch-Modules-_decimal-libmpdec-io.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/python33/files/patch-Modules-_decimal-libmpdec-io.c	Sat Feb  2 13:32:45 2013	(r311428)
@@ -0,0 +1,16 @@
+--- Modules/_decimal/libmpdec/io.c.orig	2013-02-02 13:00:09.687048586 +0000
++++ Modules/_decimal/libmpdec/io.c	2013-02-02 13:29:21.722048769 +0000
+@@ -25,6 +25,13 @@
+  * SUCH DAMAGE.
+  */
+ 
++/* Work around bug in FreeBSD 9.1-RELEASE; fixed in r243331 */
++
++#ifndef __GNUC_STDC_INLINE__
++#define __GNUC_STDC_INLINE__ 0
++#endif
++
++
+ #include "mpdecimal.h"
+ #include <stdio.h>
+ #include <stdlib.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302021332.r12DWjZm061261>