diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-25 23:52:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-25 23:52:48 +0000 |
commit | 4a37d232cb35608026da46499ba8524fc41e9470 (patch) | |
tree | d0d2d0101b3ff61f8bb1400af0c25bdf064ef3cd /packages/libspiff/files/autofoo.patch | |
parent | fb43a3e9bc8373f13b3f86d4740581b2df1b5fc6 (diff) | |
parent | 4d7b28b363a91078f987a1294f28308c6c77b12c (diff) |
merge of '958bac4da4de63f8fadb3d84361a07eee1bd3246'
and 'f4021a8051081d380813f73eed127182fda51b45'
Diffstat (limited to 'packages/libspiff/files/autofoo.patch')
-rw-r--r-- | packages/libspiff/files/autofoo.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/libspiff/files/autofoo.patch b/packages/libspiff/files/autofoo.patch new file mode 100644 index 0000000000..2fcd7ebb47 --- /dev/null +++ b/packages/libspiff/files/autofoo.patch @@ -0,0 +1,31 @@ +Index: libspiff-0.7.2/configure.in +=================================================================== +--- libspiff-0.7.2.orig/configure.in 2007-08-25 15:47:29.000000000 +0000 ++++ libspiff-0.7.2/configure.in 2007-08-25 15:47:48.000000000 +0000 +@@ -78,26 +78,6 @@ + LDFLAGS="-L${withval} ${LDFLAGS}" + ], []) + +- +- +-# Local headers must come very first. Otherwise we +-# risk including headers of an already installed +-# libSpiff version if its path is in CPPFLAGS +-CPPFLAGS="-Iinclude ${CPPFLAGS}" +- +- +- +-# Append $prefix as a fallback at the very end +-if test "x${prefix}" != "xNONE"; then +- WORKING_PREFIX=${prefix} +-else +- WORKING_PREFIX=${ac_default_prefix} +-fi +-LDFLAGS="${LDFLAGS} -L${WORKING_PREFIX}/lib" +-CPPFLAGS="${CPPFLAGS} -I${WORKING_PREFIX}/include" +- +- +- + # Check presence + EXPAT_MISSING="Please install libexpat 1.95.8 or later. + On Ubuntu enter 'sudo apt-get install libexpat-dev'." |