summaryrefslogtreecommitdiff
path: root/graphics/gif320
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 12:27:05 +0000
committergrant <grant>2004-06-15 12:27:05 +0000
commit1eef1ef877d60e945ead2cc894d847926358780d (patch)
tree34755ec93e9cdb88d97ea81874c1ebf7a985e43e /graphics/gif320
parentd1815b376a011dd0bbc3d979f4415737b8ec3766 (diff)
downloadpkgsrc-1eef1ef877d60e945ead2cc894d847926358780d.tar.gz
- don't hardcode CC=gcc
- don't pass gcc specific flags
Diffstat (limited to 'graphics/gif320')
-rw-r--r--graphics/gif320/distinfo4
-rw-r--r--graphics/gif320/patches/patch-aa14
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/gif320/distinfo b/graphics/gif320/distinfo
index 47f1650ead1..0b61ea433e8 100644
--- a/graphics/gif320/distinfo
+++ b/graphics/gif320/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:13 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/06/15 12:30:47 grant Exp $
SHA1 (gif320-3.3.tar.Z) = cb2c7914f33a8023edc9de0b4909e283b40938a7
Size (gif320-3.3.tar.Z) = 43290 bytes
-SHA1 (patch-aa) = 6e4021b880b5df0489a2ba5ee1e30ec12634c1cf
+SHA1 (patch-aa) = 376572c40618c7bf68fa03dfc88d0cda27636b58
diff --git a/graphics/gif320/patches/patch-aa b/graphics/gif320/patches/patch-aa
index 784c6fa5bb7..88d388083bc 100644
--- a/graphics/gif320/patches/patch-aa
+++ b/graphics/gif320/patches/patch-aa
@@ -1,18 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 00:08:23 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/15 12:30:47 grant Exp $
---- Makefile.orig Fri Dec 10 00:38:53 1999
-+++ Makefile Fri Dec 10 00:39:08 1999
-@@ -4,10 +4,10 @@
- # Should be portable since it only uses stdio and a
+--- Makefile.orig 1992-10-31 03:29:37.000000000 +1100
++++ Makefile
+@@ -5,9 +5,9 @@
# couple of signal trapping calls.
--#CFLAGS = -O2
+ #CFLAGS = -O2
-CFLAGS = -g
-+CFLAGS = -O2
+#CFLAGS = -g
-CC = gcc
-+CC = cc
++#CC = gcc
SRCS = develop.c primary.c misc.c readgif.c vtgraph.c
OBJS = develop.o primary.o misc.o readgif.o vtgraph.o
TARGET = gif320