diff options
author | James Meyer <james.meyer@operamail.com> | 2008-10-24 03:53:41 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-10-24 03:53:41 (GMT) |
commit | 5c5c2effa0a2ba11497c60bf1c04e1fd09148836 (patch) | |
tree | 033c764cf268a06215d0f96d1b9dee8d8a07b76b /abs/core-testing/libmcrypt/aclocal-fixes.patch | |
parent | 93d2a8342edb99eeb4450a898b99e9ff8ea7736c (diff) | |
download | linhes_pkgbuild-5c5c2effa0a2ba11497c60bf1c04e1fd09148836.zip linhes_pkgbuild-5c5c2effa0a2ba11497c60bf1c04e1fd09148836.tar.gz linhes_pkgbuild-5c5c2effa0a2ba11497c60bf1c04e1fd09148836.tar.bz2 |
change php/lighttpd configs to support mythweb.
Diffstat (limited to 'abs/core-testing/libmcrypt/aclocal-fixes.patch')
-rw-r--r-- | abs/core-testing/libmcrypt/aclocal-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core-testing/libmcrypt/aclocal-fixes.patch b/abs/core-testing/libmcrypt/aclocal-fixes.patch new file mode 100644 index 0000000..f001a18 --- /dev/null +++ b/abs/core-testing/libmcrypt/aclocal-fixes.patch @@ -0,0 +1,11 @@ +--- lib/libmcrypt.m4.orig 2006-03-05 13:47:22.000000000 +0000 ++++ lib/libmcrypt.m4 2006-03-05 13:47:39.000000000 +0000 +@@ -14,7 +14,7 @@ + dnl AM_PATH_LIBMCRYPT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) + dnl Test for libmcrypt, and define LIBMCRYPT_CFLAGS and LIBMCRYPT_LIBS + dnl +-AC_DEFUN(AM_PATH_LIBMCRYPT, ++AC_DEFUN([AM_PATH_LIBMCRYPT], + [dnl + dnl Get the cflags and libraries from the libmcrypt-config script + dnl |