diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-18 19:16:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-18 19:16:16 +0000 |
commit | 25c90c5794c2da909924b3a18b32f5b7fc269da6 (patch) | |
tree | 7581a0b45834b3e923a68c8ad19578ffd2e895c9 /graphics/qiv | |
parent | 439c07623b91f0bb819b71b45c0ffa0d8fc52f60 (diff) | |
download | pkgsrc-25c90c5794c2da909924b3a18b32f5b7fc269da6.tar.gz |
"Honor CFLAGS!", says Soren Jacobsen in PR 22793, and qiv obeys.
Diffstat (limited to 'graphics/qiv')
-rw-r--r-- | graphics/qiv/distinfo | 4 | ||||
-rw-r--r-- | graphics/qiv/patches/patch-aa | 19 |
2 files changed, 17 insertions, 6 deletions
diff --git a/graphics/qiv/distinfo b/graphics/qiv/distinfo index 80cf05464fe..56999ee8628 100644 --- a/graphics/qiv/distinfo +++ b/graphics/qiv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/09/11 18:18:20 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/09/18 19:16:16 wiz Exp $ SHA1 (qiv-1.8-src.tgz) = 33112bac34e5013d89cd4fa2997141820e8353ff Size (qiv-1.8-src.tgz) = 90886 bytes -SHA1 (patch-aa) = 9b9386e5d12f4d99a5fc46def908aaa0ad060ee8 +SHA1 (patch-aa) = b0ec3295cf46558a51b63c24c89daf81265d0b47 diff --git a/graphics/qiv/patches/patch-aa b/graphics/qiv/patches/patch-aa index 03e8c59c72c..95bb1b8991e 100644 --- a/graphics/qiv/patches/patch-aa +++ b/graphics/qiv/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2002/09/11 18:18:21 wiz Exp $ +$NetBSD: patch-aa,v 1.3 2003/09/18 19:16:20 wiz Exp $ ---- Makefile.orig Sun Jun 10 14:35:06 2001 +--- Makefile.orig 2001-06-10 14:35:06.000000000 +0200 +++ Makefile @@ -4,7 +4,7 @@ ###################################################################### @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2002/09/11 18:18:21 wiz Exp $ # Font to use for statusbar in fullscreen mode STATUSBAR_FONT = "fixed" -@@ -24,11 +24,11 @@ +@@ -24,11 +24,11 @@ FILTER = 1 EXTNS = GIF TIFF XPM XBM PNG PPM PNM PGM PCX BMP EIM JPEG TGA # Comment this line out if your system doesn't have getopt_long(). @@ -25,7 +25,18 @@ $NetBSD: patch-aa,v 1.2 2002/09/11 18:18:21 wiz Exp $ ###################################################################### -@@ -112,13 +112,13 @@ +@@ -53,8 +53,8 @@ SS_RANDOMIZE = -r + # Do not edit below here! + ###################################################################### + +-CC = gcc +-CFLAGS = -O2 -Wall -fomit-frame-pointer -finline-functions \ ++CC ?= gcc ++CFLAGS += -Wall -fomit-frame-pointer -finline-functions \ + -fcaller-saves -ffast-math -fno-strength-reduce \ + -fthread-jumps #-march=pentium #-DSTAT_MACROS_BROKEN + +@@ -112,13 +112,13 @@ clean : install: $(PROGRAM) @echo "Installing..." |