1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

It is important to run aclocal before the build to ensure that a fix

for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).

PR:		36347
Submitted by:	maintainer
This commit is contained in:
Pete Fritchman 2002-03-27 00:34:17 +00:00
parent 6d715f9804
commit ef063e6018
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56722
2 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,8 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
USE_OPENSSL= yes
USE_AUTOCONF_VER=213
USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
@ -27,6 +29,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl
post-install:
@${CAT} ${PKGMESSAGE}

View File

@ -19,6 +19,8 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
USE_OPENSSL= yes
USE_AUTOCONF_VER=213
USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
@ -27,6 +29,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl
post-install:
@${CAT} ${PKGMESSAGE}