diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-01 10:06:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-01 10:06:51 +0000 |
commit | f0a8e3b7acaaaa9932ed49d704fd18e70743dea2 (patch) | |
tree | 3ac13c0d6810e807e37346d77927b56e6cfdc2e0 /media-sound/rezound/files | |
parent | Remove unnecessary versions, including anything below GNOME-2.14 (diff) | |
download | gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.tar.gz gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.tar.bz2 gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.zip |
Small patch so that fox 1.6 include path is not appended to cflags automatically; better autotools dep handling
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-sound/rezound/files')
-rw-r--r-- | media-sound/rezound/files/rezound-0.12.2_beta-foxinclude.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/rezound/files/rezound-0.12.2_beta-foxinclude.patch b/media-sound/rezound/files/rezound-0.12.2_beta-foxinclude.patch new file mode 100644 index 000000000000..1de828ae24b0 --- /dev/null +++ b/media-sound/rezound/files/rezound-0.12.2_beta-foxinclude.patch @@ -0,0 +1,11 @@ +--- src/frontend_fox/Makefile.am.old 2006-10-31 23:06:43.000000000 +0100 ++++ src/frontend_fox/Makefile.am 2006-10-31 23:07:10.000000000 +0100 +@@ -122,7 +122,7 @@ + rezound_DEPENDENCIES=$(_rezound_LDADD) + + +-AM_CXXFLAGS=-I/usr/include/fox-1.6 @FOX_1_6_CXXFLAGS@ @FOX_1_5_CXXFLAGS@ @FOX_1_4_CXXFLAGS@ @FOX_1_3_CXXFLAGS@ @FOX_1_2_CXXFLAGS@ @FOX_1_1_CXXFLAGS@ @FOX_CXXFLAGS@ ++AM_CXXFLAGS=@FOX_1_6_CXXFLAGS@ @FOX_1_5_CXXFLAGS@ @FOX_1_4_CXXFLAGS@ @FOX_1_3_CXXFLAGS@ @FOX_1_2_CXXFLAGS@ @FOX_1_1_CXXFLAGS@ @FOX_CXXFLAGS@ + + noinst_HEADERS=\ + fox_compat.h \ |