[27562] trunk/dports/graphics/giflib

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 8 06:33:39 PDT 2007


Revision: 27562
          http://trac.macosforge.org/projects/macports/changeset/27562
Author:   mww at macports.org
Date:     2007-08-08 06:33:39 -0700 (Wed, 08 Aug 2007)

Log Message:
-----------
make header file obj-c compatible, inc. revision

Modified Paths:
--------------
    trunk/dports/graphics/giflib/Portfile

Added Paths:
-----------
    trunk/dports/graphics/giflib/files/
    trunk/dports/graphics/giflib/files/patch-lib-gif_lib.h

Modified: trunk/dports/graphics/giflib/Portfile
===================================================================
--- trunk/dports/graphics/giflib/Portfile	2007-08-08 12:37:25 UTC (rev 27561)
+++ trunk/dports/graphics/giflib/Portfile	2007-08-08 13:33:39 UTC (rev 27562)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             giflib
 version          4.1.4
+revision         1
 categories       graphics
 maintainers      nomaintainer at macports.org
 description      GIF library using patented LZW algorithm
@@ -13,3 +14,4 @@
 master_sites     sourceforge:libungif
 use_bzip2        yes
 checksums        md5 827d338961482a986f39c7f114531636
+patchfiles       patch-lib-gif_lib.h

Added: trunk/dports/graphics/giflib/files/patch-lib-gif_lib.h
===================================================================
--- trunk/dports/graphics/giflib/files/patch-lib-gif_lib.h	                        (rev 0)
+++ trunk/dports/graphics/giflib/files/patch-lib-gif_lib.h	2007-08-08 13:33:39 UTC (rev 27562)
@@ -0,0 +1,11 @@
+--- lib/gif_lib.h	2005-10-10 08:08:49.000000000 +0200
++++ lib/gif_lib.h	2007-08-08 14:07:18.000000000 +0200
+@@ -266,7 +266,7 @@
+ 
+ extern ColorMapObject *MakeMapObject(int ColorCount,
+                                      const GifColorType * ColorMap);
+-extern void FreeMapObject(ColorMapObject * Object);
++extern void FreeMapObject(ColorMapObject *ColorMapObject);
+ extern ColorMapObject *UnionColorMap(const ColorMapObject * ColorIn1,
+                                      const ColorMapObject * ColorIn2,
+                                      GifPixelType ColorTransIn2[]);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070808/9a1ab1b5/attachment.html


More information about the macports-changes mailing list