diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /print/foomatic-db-engine | |
parent | 99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff) | |
download | ports-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz ports-e32a8245791aab6e734fe5ecda71641e15c94b45.zip |
Notes
Diffstat (limited to 'print/foomatic-db-engine')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 6 | ||||
-rw-r--r-- | print/foomatic-db-engine/files/patch-make_configure | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 308abeeefd11..17e1b2c6a0ba 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes WANT_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 213 +USE_AUTOCONF_VER= 253 GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS CONFIGURE_ARGS= --prefix=${PREFIX} @@ -69,8 +69,8 @@ do-fetch: exit 1; \ fi -pre-configure: - @cd ${WRKSRC} && ./make_configure +#pre-configure: +# @cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./make_configure post-build: @${CHMOD} +x ${WRKSRC}/mkinstalldirs diff --git a/print/foomatic-db-engine/files/patch-make_configure b/print/foomatic-db-engine/files/patch-make_configure new file mode 100644 index 000000000000..33e4892ac865 --- /dev/null +++ b/print/foomatic-db-engine/files/patch-make_configure @@ -0,0 +1,10 @@ +--- make_configure.orig Fri Oct 11 01:16:34 2002 ++++ make_configure Wed Jul 7 18:23:05 2004 +@@ -1,3 +1,3 @@ +-aclocal +-autoconf +-perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure +\ No newline at end of file ++aclocal15 ++autoconf253 ++perl -p -i -e "s=\#include <xmlversion.h>=\#include <libxml/xmlversion.h>=g" configure |