diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:56:10 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:56:10 +0000 |
commit | a5166183debdcbe11a0089822d5e04bcdf9ac8dc (patch) | |
tree | d31185d18c05ef4da241ddb8739770be01e4c39d /packages/libshout/files | |
parent | b00ae8808d4dc76a0fbce2e91e940485c496cbd2 (diff) |
packages/libshout/libshout: Add initial version 2.2.2
Remove ogg.m4, speex.m4, vorbis.m4 from the source directory before
starting to regenerate the configure script.
Do not add $prefix/include to the CPPFLAGS as this is evil
Diffstat (limited to 'packages/libshout/files')
-rw-r--r-- | packages/libshout/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libshout/files/no-host-includes.ac | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/libshout/files/.mtn2git_empty b/packages/libshout/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libshout/files/.mtn2git_empty diff --git a/packages/libshout/files/no-host-includes.ac b/packages/libshout/files/no-host-includes.ac new file mode 100644 index 0000000000..f5255359b0 --- /dev/null +++ b/packages/libshout/files/no-host-includes.ac @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 52fc51d..e93fc52 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -179,7 +179,7 @@ eval shout_includedir="$includedir" + prefix="$save_prefix" + + SHOUT_VERSION="$VERSION" +-SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_CFLAGS $PTHREAD_CPPFLAGS" ++SHOUT_CPPFLAGS="$VORBIS_CFLAGS $PTHREAD_CPPFLAGS" + SHOUT_CFLAGS="$PTHREAD_CFLAGS" + SHOUT_LIBS="-lshout" + |