diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-25 09:54:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-25 09:54:05 +0000 |
commit | 8340f4a6640faaab1a2777b3319f7fe07afa8bcc (patch) | |
tree | 5cce987abea1d5a1bcafa20da9715c21c8e39dea /media-sound/pragha | |
parent | Version bump. (diff) | |
download | gentoo-2-8340f4a6640faaab1a2777b3319f7fe07afa8bcc.tar.gz gentoo-2-8340f4a6640faaab1a2777b3319f7fe07afa8bcc.tar.bz2 gentoo-2-8340f4a6640faaab1a2777b3319f7fe07afa8bcc.zip |
correct comment
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound/pragha')
-rw-r--r-- | media-sound/pragha/pragha-1.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/pragha/pragha-1.1.2.ebuild b/media-sound/pragha/pragha-1.1.2.ebuild index 8c724b329b82..164ebcd260b6 100644 --- a/media-sound/pragha/pragha-1.1.2.ebuild +++ b/media-sound/pragha/pragha-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.1.2.ebuild,v 1.1 2013/02/25 09:49:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.1.2.ebuild,v 1.2 2013/02/25 09:54:05 ssuominen Exp $ EAPI=5 inherit flag-o-matic xfconf @@ -52,8 +52,7 @@ src_prepare() { } src_configure() { - # This version should be fixed for libcdio-paranoia, but the ./configure - # check never adds this required -D flag + # src/cdda.h should #include config.h to get this defined: # http://github.com/matiasdelellis/pragha/issues/46 append-cppflags -DHAVE_PARANOIA_NEW_INCLUDES xfconf_src_configure |