diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-05-24 08:36:55 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-05-24 08:36:55 +0000 |
commit | 2794859ce534d900cba777d1ea50bd62aae8871a (patch) | |
tree | a78d69a0e2c7fdafddecce4b1969a8691ae3c05c /databases/php5-interbase/files/patch-config.m4 | |
parent | Dicewaregen is simple perl script that generated Diceware dictionaries, that (diff) |
- Remove no more needed patch
- Fix crash
- Bump PORTREVISION
- This port needs php5 compiled with LINKTHR option
Submitted by: eav@mobil-soft.ru
Notes
Notes:
svn path=/head/; revision=274571
Diffstat (limited to 'databases/php5-interbase/files/patch-config.m4')
-rw-r--r-- | databases/php5-interbase/files/patch-config.m4 | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/php5-interbase/files/patch-config.m4 b/databases/php5-interbase/files/patch-config.m4 deleted file mode 100644 index 390a248c917a..000000000000 --- a/databases/php5-interbase/files/patch-config.m4 +++ /dev/null @@ -1,23 +0,0 @@ ---- config.m4.orig 2010-03-25 11:04:06.000000000 +0100 -+++ config.m4 2010-03-25 11:05:20.000000000 +0100 -@@ -15,10 +15,6 @@ - IBASE_LIBDIR=$PHP_INTERBASE/$PHP_LIBDIR - fi - -- PHP_CHECK_LIBRARY(fbclient, isc_detach_database, -- [ -- IBASE_LIBNAME=fbclient -- ], [ - PHP_CHECK_LIBRARY(gds, isc_detach_database, - [ - IBASE_LIBNAME=gds -@@ -34,9 +30,6 @@ - ], [ - -L$IBASE_LIBDIR - ]) -- ], [ -- -L$IBASE_LIBDIR -- ]) - - PHP_ADD_LIBRARY_WITH_PATH($IBASE_LIBNAME, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD) - PHP_ADD_INCLUDE($IBASE_INCDIR) |