diff options
author | grant <grant> | 2004-06-15 12:27:05 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 12:27:05 +0000 |
commit | a10778221f6c6cd24aab1431bac884f4b6a5acc3 (patch) | |
tree | 34755ec93e9cdb88d97ea81874c1ebf7a985e43e /graphics/giftrans | |
parent | 9ca95e97a50c5e92b8d213146080256443977c51 (diff) | |
download | pkgsrc-a10778221f6c6cd24aab1431bac884f4b6a5acc3.tar.gz |
- don't hardcode CC=gcc
- don't pass gcc specific flags
Diffstat (limited to 'graphics/giftrans')
-rw-r--r-- | graphics/giftrans/distinfo | 4 | ||||
-rw-r--r-- | graphics/giftrans/patches/patch-aa | 11 |
2 files changed, 8 insertions, 7 deletions
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 |