svn commit: r311428 - head/lang/python33/files

Chris Rees crees at FreeBSD.org
Sat Feb 2 13:32:46 UTC 2013


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>


More information about the svn-ports-head mailing list