pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/xdaliclock Remove usage of an unnecessary compile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34d16db039c7
branches:  trunk
changeset: 462007:34d16db039c7
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 25 12:06:05 2003 +0000

description:
Remove usage of an unnecessary compiler option which GCC 3.3.1 doesn't
understand.

diffstat:

 time/xdaliclock/distinfo         |   3 ++-
 time/xdaliclock/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 30077fe7a0ff -r 34d16db039c7 time/xdaliclock/distinfo
--- a/time/xdaliclock/distinfo  Thu Sep 25 12:02:35 2003 +0000
+++ b/time/xdaliclock/distinfo  Thu Sep 25 12:06:05 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/18 14:47:18 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/09/25 12:06:05 tron Exp $
 
 SHA1 (xdaliclock-2.18.tar.gz) = 7b00a49cd4347b7088a56092cb4910e0d8775d00
 Size (xdaliclock-2.18.tar.gz) = 115041 bytes
 SHA1 (patch-aa) = b01a3035b87348b61b3da5e7506da6b731918b06
+SHA1 (patch-ab) = 1729414a95bde26e8a10607681034c0b22ef1416
diff -r 30077fe7a0ff -r 34d16db039c7 time/xdaliclock/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/xdaliclock/patches/patch-ab  Thu Sep 25 12:06:05 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/09/25 12:06:05 tron Exp $
+
+--- configure.orig     1999-11-29 21:54:36.000000000 +0100
++++ configure  2003-09-25 14:04:54.000000000 +0200
+@@ -884,7 +884,6 @@
+     echo "$ac_t""Turning on gcc compiler warnings." 1>&6
+     CC="$CC -Wall -Wstrict-prototypes -Wnested-externs -Wno-format"
+     echo "$ac_t""Disabling C++ comments in ANSI C code." 1>&6
+-    CC="$CC -Wp,-lang-c89"
+   else
+     case "$host" in
+       *-irix5* |*-irix6.0-3* )



Home | Main Index | Thread Index | Old Index