pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/darkice Don't build with -pedantic; it causes 32...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edc8290ddd89
branches:  trunk
changeset: 589840:edc8290ddd89
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jun 19 04:50:08 2011 +0000

description:
Don't build with -pedantic; it causes 32-bit builds to fail.

diffstat:

 audio/darkice/distinfo                      |   3 ++-
 audio/darkice/patches/patch-src_Makefile_in |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 0d8e5932e67f -r edc8290ddd89 audio/darkice/distinfo
--- a/audio/darkice/distinfo    Sun Jun 19 04:44:16 2011 +0000
+++ b/audio/darkice/distinfo    Sun Jun 19 04:50:08 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2008/08/02 17:43:56 dholland Exp $
+$NetBSD: distinfo,v 1.9 2011/06/19 04:50:08 dholland Exp $
 
 SHA1 (darkice-0.17.1.tar.gz) = 2952961c8e99412d831ca619f152ba6774efefac
 RMD160 (darkice-0.17.1.tar.gz) = b6575b28190276d77e721e2ef15e8a93162693cc
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 6f58c2ae94a9b199ac733fd4b0742178f46dc961
 SHA1 (patch-ab) = 51cf308b209b933fe003775116d8b7d986e92476
 SHA1 (patch-ac) = 4ba61f7544da079a6e6aaaf49e03ef7c6c3fb8ca
+SHA1 (patch-src_Makefile_in) = 5627f74907abe9ab0dc297ca8ae7378fe004d3cf
diff -r 0d8e5932e67f -r edc8290ddd89 audio/darkice/patches/patch-src_Makefile_in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/darkice/patches/patch-src_Makefile_in       Sun Jun 19 04:50:08 2011 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_Makefile_in,v 1.1 2011/06/19 04:50:09 dholland Exp $
+
+Don't build with -pedantic; it causes g++ to reject "long long" so
+32-bit builds fail.
+
+--- src/Makefile.in~   2006-05-19 13:08:33.000000000 +0000
++++ src/Makefile.in
+@@ -138,7 +138,7 @@ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ bin_PROGRAMS = darkice
+-AM_CXXFLAGS = -O2 -pedantic -Wall @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@
++AM_CXXFLAGS = -O2 -Wall @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@
+ INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@ @FAAC_INCFLAGS@ @TWOLAME_INCFLAGS@ @ALSA_INCFLAGS@
+ LDADD = @PTHREAD_LIBS@ @LAME_LDFLAGS@ @VORBIS_LDFLAGS@ @FAAC_LDFLAGS@ @TWOLAME_LDFLAGS@ \
+               @ALSA_LDFLAGS@ @JACK_LIBS@



Home | Main Index | Thread Index | Old Index