pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/qiv "Honor CFLAGS!", says Soren Jacobsen in P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72aca3e330b2
branches:  trunk
changeset: 461650:72aca3e330b2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 18 19:16:16 2003 +0000

description:
"Honor CFLAGS!", says Soren Jacobsen in PR 22793, and qiv obeys.

diffstat:

 graphics/qiv/distinfo         |   4 ++--
 graphics/qiv/patches/patch-aa |  19 +++++++++++++++----
 2 files changed, 17 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r be37654489f5 -r 72aca3e330b2 graphics/qiv/distinfo
--- a/graphics/qiv/distinfo     Thu Sep 18 19:14:29 2003 +0000
+++ b/graphics/qiv/distinfo     Thu Sep 18 19:16:16 2003 +0000
@@ -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 -r be37654489f5 -r 72aca3e330b2 graphics/qiv/patches/patch-aa
--- a/graphics/qiv/patches/patch-aa     Thu Sep 18 19:14:29 2003 +0000
+++ b/graphics/qiv/patches/patch-aa     Thu Sep 18 19:16:16 2003 +0000
@@ -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 @@
  
  # 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 @@
  
  ######################################################################
  
-@@ -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..."



Home | Main Index | Thread Index | Old Index