diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 12:27:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 12:27:05 +0000 |
commit | 668896efb8973c48d70876a998fc96db6f76bef7 (patch) | |
tree | 34755ec93e9cdb88d97ea81874c1ebf7a985e43e /graphics | |
parent | dcea7cb8d2183f7b0ed1801c71454a58cb69627e (diff) | |
download | pkgsrc-668896efb8973c48d70876a998fc96db6f76bef7.tar.gz |
- don't hardcode CC=gcc
- don't pass gcc specific flags
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gif320/distinfo | 4 | ||||
-rw-r--r-- | graphics/gif320/patches/patch-aa | 14 | ||||
-rw-r--r-- | graphics/giftrans/distinfo | 4 | ||||
-rw-r--r-- | graphics/giftrans/patches/patch-aa | 11 |
4 files changed, 16 insertions, 17 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 diff --git a/graphics/giftrans/distinfo b/graphics/giftrans/distinfo index 48cbe157541..72f45dc2b10 100644 --- a/graphics/giftrans/distinfo +++ b/graphics/giftrans/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 09:54:14 wiz Exp $ +$NetBSD: distinfo,v 1.3 2004/06/15 12:27:05 grant Exp $ SHA1 (sgif1122.tgz) = 7080d835f1fe507c0f561756f669e9484e6f6af8 Size (sgif1122.tgz) = 15960 bytes -SHA1 (patch-aa) = 91b5de007a2644f00b5a083a6b782edd40b2b94a +SHA1 (patch-aa) = 80f1194ed57289858653e5749f0e19e7da96b497 diff --git a/graphics/giftrans/patches/patch-aa b/graphics/giftrans/patches/patch-aa index 2b987b253a0..d176656680e 100644 --- a/graphics/giftrans/patches/patch-aa +++ b/graphics/giftrans/patches/patch-aa @@ -1,13 +1,14 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/04 00:48:04 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2004/06/15 12:27:05 grant Exp $ ---- Makefile.orig Thu Aug 8 20:19:15 1996 -+++ Makefile Sun Jul 4 02:41:11 1999 +--- Makefile.orig 1996-08-09 04:19:15.000000000 +1000 ++++ Makefile @@ -1,7 +1,7 @@ # Makefile for giftrans - CC=gcc +-CC=gcc -CFLAGS=-O2 -m486 -+CFLAGS=-O2 -DRGBTXT=\"${X11BASE}/lib/X11/rgb.txt\" ++#CC=gcc ++CFLAGS=-DRGBTXT=\"${X11BASE}/lib/X11/rgb.txt\" all: giftrans |