diff options
author | grant <grant> | 2004-06-15 12:56:40 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-15 12:56:40 +0000 |
commit | db86e880fc56523d850e4be3eea66b350fb69b6a (patch) | |
tree | cd5c087da952a9f008a9bb7610fd56796b698817 /graphics | |
parent | 3e0d9c7ce2618de6dc6a53fdd018f109c36c7e50 (diff) | |
download | pkgsrc-db86e880fc56523d850e4be3eea66b350fb69b6a.tar.gz |
- don't override compiler variables
- don't gcc specific flags
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fujiplay/distinfo | 3 | ||||
-rw-r--r-- | graphics/fujiplay/patches/patch-ab | 21 |
2 files changed, 23 insertions, 1 deletions
diff --git a/graphics/fujiplay/distinfo b/graphics/fujiplay/distinfo index 580f03403ca..8fa488e1900 100644 --- a/graphics/fujiplay/distinfo +++ b/graphics/fujiplay/distinfo @@ -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 --git a/graphics/fujiplay/patches/patch-ab b/graphics/fujiplay/patches/patch-ab new file mode 100644 index 00000000000..0e194c7510a --- /dev/null +++ b/graphics/fujiplay/patches/patch-ab @@ -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 |