Skip to content

Commit

Permalink
- fix build with newer libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperla committed Jun 29, 2011
1 parent d1a9b6c commit 31d0d0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mail/courier-authlib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2011/06/10 13:45:56 gsoares Exp $
# $OpenBSD: Makefile,v 1.24 2011/06/29 12:25:14 jasper Exp $

COMMENT-main= authentication library for courier
COMMENT-ldap= ldap authentication module for courier-authLib
Expand Down Expand Up @@ -72,6 +72,7 @@ CONFIGURE_ARGS+= --enable-static \
--includedir=${PREFIX}/include \
--enable-ltdl-install=no \
--with-ltdl-lib=${LOCALBASE}/lib \
--with-ltdl-include=${LOCALBASE}/include \
--cache-file=${WRKDIR}/courier-authlib.cache

RUN_DEPENDS-main= lang/expect,no_tk
Expand Down
4 changes: 3 additions & 1 deletion misc/hfsplus/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2011/06/29 12:20:56 jasper Exp $
# $OpenBSD: Makefile,v 1.22 2011/06/29 12:25:31 jasper Exp $

COMMENT= hfsplus filesystem access tool

Expand All @@ -25,6 +25,7 @@ USE_GMAKE= Yes
USE_LIBTOOL= Yes

AUTOCONF_VERSION= 2.59
AUTOMAKE_VERSION= 1.9
BUILD_DEPENDS= ${MODGNU_AUTOCONF_DEPENDS}
# needs the AM_PROG_LIBTOOL macro
BUILD_DEPENDS += devel/libtool
Expand All @@ -40,6 +41,7 @@ WRKDIST= ${WRKDIR}/hfsplus-${VERSION}
DOC=bugs.html hfsp.html libhfsp.html

pre-configure:
@cd ${WRKDIST} && ln -s ${LOCALBASE}/share/libtool/config/ltmain.sh
@cd ${WRKDIST} && AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
${MAKE_PROGRAM} -f Makefile.cvs all
Expand Down

0 comments on commit 31d0d0d

Please sign in to comment.