pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/fujiplay - don't override compiler variables



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5cacbcb0b50
branches:  trunk
changeset: 476587:b5cacbcb0b50
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 12:56:40 2004 +0000

description:
- don't override compiler variables
- don't gcc specific flags

diffstat:

 graphics/fujiplay/distinfo         |   3 ++-
 graphics/fujiplay/patches/patch-ab |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 49823b7a63b4 -r b5cacbcb0b50 graphics/fujiplay/distinfo
--- a/graphics/fujiplay/distinfo        Tue Jun 15 12:47:32 2004 +0000
+++ b/graphics/fujiplay/distinfo        Tue Jun 15 12:56:40 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2004/05/27 22:20:00 hubertf Exp $
+$NetBSD: distinfo,v 1.4 2004/06/15 12:56:40 grant Exp $
 
 SHA1 (fujiplay-1.33/fujiplay.tgz) = 6a2a42a87bb78d5eeeb040afb72636aa0aed692c
 Size (fujiplay-1.33/fujiplay.tgz) = 12588 bytes
 SHA1 (patch-aa) = 7b5c2ed2393cae5a470bd063486460919ec0ada9
+SHA1 (patch-ab) = 9218c7987561e25987b509ead9e70cd4b5e35e24
diff -r 49823b7a63b4 -r b5cacbcb0b50 graphics/fujiplay/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/fujiplay/patches/patch-ab        Tue Jun 15 12:56:40 2004 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1 2004/06/15 12:56:40 grant Exp $
+
+--- Makefile.orig      1999-02-07 22:58:22.000000000 +1100
++++ Makefile
+@@ -1,11 +1,11 @@
+ # Makefile for fujiplay
+ 
+-CC = gcc
+-CPPFLAGS =
+-CFLAGS = -O2 -Wall
+-LDFLAGS = -s
++#CC = gcc
++#CPPFLAGS =
++#CFLAGS = -O2 -Wall
++#LDFLAGS = -s
+ SRCFILES = fujiplay.c yycc2ppm.c README Makefile fujiplay.lsm mx700-commands.html
+-LIBS =
++# LIBS =
+ 
+ all: fujiplay yycc2ppm
+ dist: fujiplay.tgz



Home | Main Index | Thread Index | Old Index