diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-19 19:50:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-19 19:50:26 +0000 |
commit | 4424ff0a08dfe62d01aecb80a184aca6bf2578b7 (patch) | |
tree | 0e178a0719ed729a8bbbef1bee4713a60472eea4 /media-sound/cowbell/files | |
parent | remove old (diff) | |
download | gentoo-2-4424ff0a08dfe62d01aecb80a184aca6bf2578b7.tar.gz gentoo-2-4424ff0a08dfe62d01aecb80a184aca6bf2578b7.tar.bz2 gentoo-2-4424ff0a08dfe62d01aecb80a184aca6bf2578b7.zip |
Add GCONF_DEBUG=no because the pkg doesn't support --enable/--disable-debug configure option. Add AC_PROG_CXX for libtool-2.2 wrt #241578, thanks to <larstobi at snota.no>. Run intltoolize because otherwise it won't build or install them at all.
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'media-sound/cowbell/files')
-rw-r--r-- | media-sound/cowbell/files/cowbell-0.2.7.1-libtool.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/cowbell/files/cowbell-0.2.7.1-libtool.patch b/media-sound/cowbell/files/cowbell-0.2.7.1-libtool.patch new file mode 100644 index 000000000000..583377658c45 --- /dev/null +++ b/media-sound/cowbell/files/cowbell-0.2.7.1-libtool.patch @@ -0,0 +1,11 @@ +diff -ur cowbell-0.2.7.1.orig/configure.in cowbell-0.2.7.1/configure.in +--- cowbell-0.2.7.1.orig/configure.in 2006-05-09 05:44:20.000000000 +0300 ++++ cowbell-0.2.7.1/configure.in 2008-12-19 21:29:20.000000000 +0200 +@@ -6,6 +6,7 @@ + AC_PROG_INSTALL + AC_PROG_INTLTOOL([0.21]) + AC_PROG_LIBTOOL ++AC_PROG_CXX + + AC_PATH_PROG(PKG_CONFIG, pkg-config, no) + if test "x$PKG_CONFIG" = "xno"; then |