[csw-devel] SF.net SVN: gar:[15349] csw/mgar/pkg/ppl/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Aug 16 14:20:13 CEST 2011
Revision: 15349
http://gar.svn.sourceforge.net/gar/?rev=15349&view=rev
Author: dmichelsen
Date: 2011-08-16 12:20:13 +0000 (Tue, 16 Aug 2011)
Log Message:
-----------
ppl: Add patch for failed compilaation on i386
Modified Paths:
--------------
csw/mgar/pkg/ppl/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/ppl/trunk/files/0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch
Modified: csw/mgar/pkg/ppl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ppl/trunk/Makefile 2011-08-16 05:01:18 UTC (rev 15348)
+++ csw/mgar/pkg/ppl/trunk/Makefile 2011-08-16 12:20:13 UTC (rev 15349)
@@ -29,6 +29,8 @@
MASTER_SITES = http://www.cs.unipr.it/ppl/Download/ftp/releases/$(VERSION)/
DISTFILES = $(DISTNAME).tar.gz
+PATCHFILES += 0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch
+
VENDOR_URL = http://www.cs.unipr.it/ppl/
# C++ bindings require the consistency between GMP, PPL and GCC.
Added: csw/mgar/pkg/ppl/trunk/files/0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch
===================================================================
--- csw/mgar/pkg/ppl/trunk/files/0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch (rev 0)
+++ csw/mgar/pkg/ppl/trunk/files/0001-R1-is-defined-in-usr-include-ia32-sys-reg.h-disturbi.patch 2011-08-16 12:20:13 UTC (rev 15349)
@@ -0,0 +1,26 @@
+From 22af798915437c4e0f6a39fe372baf5082ef67fd Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Tue, 16 Aug 2011 14:10:03 +0200
+Subject: [PATCH] R1 is defined in /usr/include/ia32/sys/reg.h disturbing the
+ test
+
+---
+ tests/Box/refinewithconstraints1.cc | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/tests/Box/refinewithconstraints1.cc b/tests/Box/refinewithconstraints1.cc
+index ac4c91f..179da0d 100644
+--- a/tests/Box/refinewithconstraints1.cc
++++ b/tests/Box/refinewithconstraints1.cc
+@@ -23,6 +23,8 @@ site: http://www.cs.unipr.it/ppl/ . */
+
+ #include "ppl_test.hh"
+
++#undef R1
++
+ namespace {
+
+ bool
+--
+1.7.6
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list