diff options
author | ale <ale@FreeBSD.org> | 2004-06-25 22:39:22 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-06-25 22:39:22 +0800 |
commit | 467fa90929a01bbf8c2813846357436225fdb923 (patch) | |
tree | 641a65a0db6a7ea7ffbfd95ba51c665a95a46be1 /print/pecl-panda/files | |
parent | bc48d03ff718ad790eceed1333268214481cab96 (diff) | |
download | freebsd-ports-gnome-467fa90929a01bbf8c2813846357436225fdb923.tar.gz freebsd-ports-gnome-467fa90929a01bbf8c2813846357436225fdb923.tar.zst freebsd-ports-gnome-467fa90929a01bbf8c2813846357436225fdb923.zip |
Add pecl-panda 0.1.0, a PECL extension to create PDF documents.
This is a LGPL alternative to pecl-pdflib.
Diffstat (limited to 'print/pecl-panda/files')
-rw-r--r-- | print/pecl-panda/files/patch-config.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/pecl-panda/files/patch-config.m4 b/print/pecl-panda/files/patch-config.m4 new file mode 100644 index 000000000000..6075793b97a9 --- /dev/null +++ b/print/pecl-panda/files/patch-config.m4 @@ -0,0 +1,10 @@ +--- config.m4.orig Fri Jun 25 16:26:35 2004 ++++ config.m4 Fri Jun 25 16:27:13 2004 +@@ -30,6 +30,7 @@ + PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, + [ + PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $PANDA_DIR/lib, PANDA_SHARED_LIBADD) ++ PHP_ADD_INCLUDE($PANDA_DIR/include) + AC_DEFINE(HAVE_PANDALIB,1,[ ]) + ],[ + AC_MSG_ERROR([wrong panda lib version or lib not found]) |