[csw-devel] SF.net SVN: gar:[17587] csw/mgar/pkg/lzip/trunk

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Mon Apr 2 07:05:32 CEST 2012


Revision: 17587
          http://gar.svn.sourceforge.net/gar/?rev=17587&view=rev
Author:   rthurner
Date:     2012-04-02 05:05:32 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
lzip: update patches

Modified Paths:
--------------
    csw/mgar/pkg/lzip/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/lzip/trunk/files/0002-use-inttypes.h-instead-of-stdint.h.patch

Modified: csw/mgar/pkg/lzip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lzip/trunk/Makefile	2012-04-02 05:02:06 UTC (rev 17586)
+++ csw/mgar/pkg/lzip/trunk/Makefile	2012-04-02 05:05:32 UTC (rev 17587)
@@ -16,6 +16,7 @@
 MASTER_SITES = http://download.savannah.gnu.org/releases/lzip/ 
 DISTFILES = $(NAME)-$(VERSION).tar.gz
 PATCHFILES  = 0001-use-inttypes.h-instead-of-stdint.h.patch
+PATCHFILES  = 0002-use-inttypes.h-instead-of-stdint.h.patch
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 

Added: csw/mgar/pkg/lzip/trunk/files/0002-use-inttypes.h-instead-of-stdint.h.patch
===================================================================
--- csw/mgar/pkg/lzip/trunk/files/0002-use-inttypes.h-instead-of-stdint.h.patch	                        (rev 0)
+++ csw/mgar/pkg/lzip/trunk/files/0002-use-inttypes.h-instead-of-stdint.h.patch	2012-04-02 05:05:32 UTC (rev 17587)
@@ -0,0 +1,25 @@
+From 0102a612dbf0de47be5e988774b0a92f61bf4d8c Mon Sep 17 00:00:00 2001
+From: THURNER rupert <rupert at opencsw.org>
+Date: Mon, 2 Apr 2012 07:02:32 +0200
+Subject: [PATCH] use inttypes.h instead of stdint.h
+
+---
+ main.cc |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/main.cc b/main.cc
+index 276fe30..bd497f6 100644
+--- a/main.cc
++++ b/main.cc
+@@ -33,7 +33,7 @@
+ #include <string>
+ #include <vector>
+ #include <fcntl.h>
+-#include <stdint.h>
++#include <inttypes.h>
+ #include <unistd.h>
+ #include <utime.h>
+ #include <sys/stat.h>
+-- 
+1.7.9
+

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