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 | ae4a2aed2a8c6c61713335da5ae72957daa92f5c (patch) | |
tree | 34755ec93e9cdb88d97ea81874c1ebf7a985e43e /graphics/gif320/patches | |
parent | e8ddfaf3ad6295159c9bef5e6e8a941e174969a2 (diff) | |
download | pkgsrc-ae4a2aed2a8c6c61713335da5ae72957daa92f5c.tar.gz |
- don't hardcode CC=gcc
- don't pass gcc specific flags
Diffstat (limited to 'graphics/gif320/patches')
-rw-r--r-- | graphics/gif320/patches/patch-aa | 14 |
1 files changed, 6 insertions, 8 deletions
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 |