diff options
author | Bryon Roche <kain@gentoo.org> | 2002-09-17 09:37:57 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2002-09-17 09:37:57 +0000 |
commit | 756260e4291e9d84ddee1319142fb2bdc0a1cf4b (patch) | |
tree | 4b1ff8ba80edac19c08a49d60e1005025fc5353d /dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch | |
parent | cyrus-sasl-2.1.7-r2 (diff) | |
download | gentoo-2-756260e4291e9d84ddee1319142fb2bdc0a1cf4b.tar.gz gentoo-2-756260e4291e9d84ddee1319142fb2bdc0a1cf4b.tar.bz2 gentoo-2-756260e4291e9d84ddee1319142fb2bdc0a1cf4b.zip |
kerberos 5 + GCC 3.2 fixes; Dealing with the gcc 3.2 includeorder crap
Diffstat (limited to 'dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch')
-rw-r--r-- | dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch b/dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch new file mode 100644 index 000000000000..d781bfd2161a --- /dev/null +++ b/dev-libs/cyrus-sasl/files/cyrus-sasl-gcc32.patch @@ -0,0 +1,11 @@ +--- ../cyrus-sasl-2.1.7/configure.in 2002-08-09 10:40:37.000000000 -0500 ++++ configure.in 2002-09-17 04:03:54.000000000 -0500 +@@ -74,7 +74,7 @@ + dnl check for -R, etc. switch + CMU_GUESS_RUNPATH_SWITCH + dnl let's just link against local. otherwise we never find anything useful. +-CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" ++#CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" + CMU_ADD_LIBPATH("/usr/local/lib") + + AM_DISABLE_STATIC |