diff options
author | tron <tron@pkgsrc.org> | 2003-09-25 12:06:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-25 12:06:05 +0000 |
commit | 4344e73eb506d6a17b33701262289db2d171fceb (patch) | |
tree | 10cfd9a7ddec0730791b8a6c406c9e305890ac43 /time | |
parent | 2a5095dc324a7088be27389087395ac67646b2cf (diff) | |
download | pkgsrc-4344e73eb506d6a17b33701262289db2d171fceb.tar.gz |
Remove usage of an unnecessary compiler option which GCC 3.3.1 doesn't
understand.
Diffstat (limited to 'time')
-rw-r--r-- | time/xdaliclock/distinfo | 3 | ||||
-rw-r--r-- | time/xdaliclock/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/time/xdaliclock/distinfo b/time/xdaliclock/distinfo index b06c7bfba3b..31a3e1aad88 100644 --- a/time/xdaliclock/distinfo +++ b/time/xdaliclock/distinfo @@ -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 --git a/time/xdaliclock/patches/patch-ab b/time/xdaliclock/patches/patch-ab new file mode 100644 index 00000000000..68b8b6926f3 --- /dev/null +++ b/time/xdaliclock/patches/patch-ab @@ -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* ) |