[csw-devel] SF.net SVN: gar:[7429] csw/mgar/pkg/liboil/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 25 12:58:40 CET 2009


Revision: 7429
          http://gar.svn.sourceforge.net/gar/?rev=7429&view=rev
Author:   dmichelsen
Date:     2009-11-25 11:58:40 +0000 (Wed, 25 Nov 2009)

Log Message:
-----------
liboil: Add patch for Solaris 8/9 x86

Modified Paths:
--------------
    csw/mgar/pkg/liboil/trunk/Makefile
    csw/mgar/pkg/liboil/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/liboil/trunk/files/0002-Enable-getisax-only-for-Solaris-10.patch

Modified: csw/mgar/pkg/liboil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liboil/trunk/Makefile	2009-11-25 11:33:00 UTC (rev 7428)
+++ csw/mgar/pkg/liboil/trunk/Makefile	2009-11-25 11:58:40 UTC (rev 7429)
@@ -15,6 +15,7 @@
 MASTER_SITES = http://liboil.freedesktop.org/download/
 DISTFILES  = $(DISTNAME).tar.gz
 PATCHFILES = 0001-Use-inttypes.h.patch
+PATCHFILES += 0002-Enable-getisax-only-for-Solaris-10.patch
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz

Modified: csw/mgar/pkg/liboil/trunk/checksums
===================================================================
--- csw/mgar/pkg/liboil/trunk/checksums	2009-11-25 11:33:00 UTC (rev 7428)
+++ csw/mgar/pkg/liboil/trunk/checksums	2009-11-25 11:58:40 UTC (rev 7429)
@@ -1,2 +1,3 @@
 4fb5c9be05a769cc606257a723ecf6cd  0001-Use-inttypes.h.patch
+dd92cada15fe42ef09f2bc6ed9d068db  0002-Enable-getisax-only-for-Solaris-10.patch
 febb1d9f9bc4c440fcf622dc90f8b6b7  liboil-0.3.16.tar.gz

Added: csw/mgar/pkg/liboil/trunk/files/0002-Enable-getisax-only-for-Solaris-10.patch
===================================================================
--- csw/mgar/pkg/liboil/trunk/files/0002-Enable-getisax-only-for-Solaris-10.patch	                        (rev 0)
+++ csw/mgar/pkg/liboil/trunk/files/0002-Enable-getisax-only-for-Solaris-10.patch	2009-11-25 11:58:40 UTC (rev 7429)
@@ -0,0 +1,26 @@
+From 159a22dd99c2d86891fc5c1f76d35fdacec37368 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 25 Nov 2009 12:48:11 +0100
+Subject: [PATCH] Enable getisax only for Solaris 10
+
+---
+ liboil/liboilcpu-x86.c |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/liboil/liboilcpu-x86.c b/liboil/liboilcpu-x86.c
+index e7a1978..9851209 100644
+--- a/liboil/liboilcpu-x86.c
++++ b/liboil/liboilcpu-x86.c
+@@ -60,7 +60,9 @@
+ /***** i386, amd64 *****/
+ 
+ #if defined(__sun)
++#if defined(_SYS_AUXV_386_H)
+ #define USE_I386_GETISAX
++#endif
+ #else
+ #define USE_I386_CPUID
+ #endif
+-- 
+1.6.5.1
+


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