[27560] trunk/dports/graphics/libungif

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 8 05:11:08 PDT 2007


Revision: 27560
          http://trac.macosforge.org/projects/macports/changeset/27560
Author:   mww at macports.org
Date:     2007-08-08 05:11:07 -0700 (Wed, 08 Aug 2007)

Log Message:
-----------
fix header for objective-C compatibility, inc. revision

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

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

Modified: trunk/dports/graphics/libungif/Portfile
===================================================================
--- trunk/dports/graphics/libungif/Portfile	2007-08-08 09:43:54 UTC (rev 27559)
+++ trunk/dports/graphics/libungif/Portfile	2007-08-08 12:11:07 UTC (rev 27560)
@@ -3,6 +3,7 @@
 PortSystem 1.0
 name             libungif
 version          4.1.4
+revision         1
 categories       graphics
 maintainers      nomaintainer at macports.org
 description      Tools and library routines for working with GIF images
@@ -14,3 +15,4 @@
 master_sites     sourceforge
 use_bzip2        yes
 checksums        md5 76865bc1bed90ecb5992a1edcc4d6c15
+patchfiles       patch-lib-gif_lib.h

Added: trunk/dports/graphics/libungif/files/patch-lib-gif_lib.h
===================================================================
--- trunk/dports/graphics/libungif/files/patch-lib-gif_lib.h	                        (rev 0)
+++ trunk/dports/graphics/libungif/files/patch-lib-gif_lib.h	2007-08-08 12:11:07 UTC (rev 27560)
@@ -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/1e25768d/attachment.html


More information about the macports-changes mailing list