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:
parent
6d715f9804
commit
ef063e6018
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56722
@ -19,6 +19,8 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
|
|||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_AUTOCONF_VER=213
|
USE_AUTOCONF_VER=213
|
||||||
|
USE_AUTOMAKE_VER=14
|
||||||
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||||
@ -27,6 +29,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
|||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
@ -19,6 +19,8 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
|
|||||||
|
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_AUTOCONF_VER=213
|
USE_AUTOCONF_VER=213
|
||||||
|
USE_AUTOMAKE_VER=14
|
||||||
|
USE_LIBTOOL= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||||
@ -27,6 +29,9 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
|||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user