diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 16:26:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 16:26:37 +0000 |
commit | 9942f4e8878cab4f235da8f5da7feaf0af3c4104 (patch) | |
tree | 36ad441a13a9c4f665fd95989475ed64a2eecc35 /databases/mdbtools/files/patch-configure | |
parent | New port: asr-manpages (diff) |
Really fix this port. Make it depend on libgnomeui if present, and
conditionalize the plist accordingly. According to the mdbtools homepage,
this port requires bison, so set things accordingly. Also, correct some
gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
Notes
Notes:
svn path=/head/; revision=79016
Diffstat (limited to 'databases/mdbtools/files/patch-configure')
-rw-r--r-- | databases/mdbtools/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/mdbtools/files/patch-configure b/databases/mdbtools/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/databases/mdbtools/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |