diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-01-17 20:47:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-01-17 20:47:55 +0000 |
commit | 36d0de1abb811d27e93b9bf31efe88c9670ec7c9 (patch) | |
tree | 658e02882e7e1ac9a6bff2daa8eb5d8b15937533 | |
parent | 86ad34a0e61b7836f6a92f0c924ae9c979ed615b (diff) | |
download | ports-36d0de1abb811d27e93b9bf31efe88c9670ec7c9.tar.gz ports-36d0de1abb811d27e93b9bf31efe88c9670ec7c9.zip |
Notes
-rw-r--r-- | graphics/php5-ming/files/patch-config.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/php5-ming/files/patch-config.m4 b/graphics/php5-ming/files/patch-config.m4 deleted file mode 100644 index 038c71917dbb..000000000000 --- a/graphics/php5-ming/files/patch-config.m4 +++ /dev/null @@ -1,16 +0,0 @@ ---- config.m4.orig Sun Dec 18 19:56:10 2005 -+++ config.m4 Sun Dec 18 19:57:15 2005 -@@ -72,13 +72,6 @@ - AC_DEFINE(HAVE_NEW_MING, 1, [ ]) - dnl FIXME: This is now unconditional..better check coming later. - AC_DEFINE(HAVE_MING_ZLIB, 1, [ ]) -- AC_TRY_COMPILE([ --#include <ming.h> --int main(int,void) { -- SWFMovie_output(NULL, NULL, NULL, 0)); -- return 0; --} -- ], [ AC_DEFINE(HAVE_MING_MOVIE_LEVEL, 1, []) ]) - ]) - CPPFLAGS=$old_CPPFLAGS - |