diff options
-rw-r--r-- | graphics/giflib/Makefile | 2 | ||||
-rw-r--r-- | graphics/giflib/files/patch-util_giftext.c | 9 | ||||
-rw-r--r-- | graphics/libungif/Makefile | 2 | ||||
-rw-r--r-- | graphics/libungif/files/patch-util_giftext.c | 9 |
4 files changed, 20 insertions, 2 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 60013d68bbe4..b7afbf883232 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -7,7 +7,7 @@ PORTNAME= libungif PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/giflib/files/patch-util_giftext.c b/graphics/giflib/files/patch-util_giftext.c new file mode 100644 index 000000000000..6227d274d74f --- /dev/null +++ b/graphics/giflib/files/patch-util_giftext.c @@ -0,0 +1,9 @@ +--- util/giftext.c.orig Mon Oct 10 08:08:51 2005 ++++ util/giftext.c Mon Aug 28 17:01:18 2006 +@@ -136,5 +136,5 @@ + printf("\tColorResolution = %d, BitsPerPixel = %d, BackGround = %d.\n", + GifFile->SColorResolution, +- GifFile->SColorMap->BitsPerPixel, ++ GifFile->SColorMap?GifFile->SColorMap->BitsPerPixel:0, + GifFile->SBackGroundColor); + if (GifFile->SColorMap) diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index 60013d68bbe4..b7afbf883232 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -7,7 +7,7 @@ PORTNAME= libungif PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/libungif/files/patch-util_giftext.c b/graphics/libungif/files/patch-util_giftext.c new file mode 100644 index 000000000000..6227d274d74f --- /dev/null +++ b/graphics/libungif/files/patch-util_giftext.c @@ -0,0 +1,9 @@ +--- util/giftext.c.orig Mon Oct 10 08:08:51 2005 ++++ util/giftext.c Mon Aug 28 17:01:18 2006 +@@ -136,5 +136,5 @@ + printf("\tColorResolution = %d, BitsPerPixel = %d, BackGround = %d.\n", + GifFile->SColorResolution, +- GifFile->SColorMap->BitsPerPixel, ++ GifFile->SColorMap?GifFile->SColorMap->BitsPerPixel:0, + GifFile->SBackGroundColor); + if (GifFile->SColorMap) |