- Update to metakit-2.4.7-37
- Fix another libtoll problem
This commit is contained in:
parent
5942db774f
commit
65db0e673b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60451
3 changed files with 3 additions and 16 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= metakit
|
||||
PORTVERSION= 2.4.6
|
||||
PORTREVISION= 36
|
||||
PORTVERSION= 2.4.7
|
||||
PORTREVISION= 37
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.equi4.com/pub/mk/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (metakit-2.4.6-36.tar.gz) = ad3b0360fe1d3d9f5523d11df78cf7e1
|
||||
MD5 (metakit-2.4.7-37.tar.gz) = 341eedb34a44c4242bac9b18b1a3a72e
|
||||
|
|
|
@ -9,16 +9,3 @@
|
|||
|
||||
# If no C compiler was specified, use CC.
|
||||
LTCC=${LTCC-"$CC"}
|
||||
@@ -13426,10 +13426,10 @@
|
||||
fi
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh"
|
||||
|
||||
# Always use our own libtool.
|
||||
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
+LIBTOOL='libtool'
|
||||
|
||||
# Prevent multiple expansion
|
||||
|
||||
|
|
Loading…
Reference in a new issue