1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Don't use configure-message target.

Move libtoolize and aclocal issues to post-patch.
Unbreak INDEX

Submitted by:	Mathieu Arnold
Approved by:	fjoe (mentor) (implicit)
This commit is contained in:
Kirill Ponomarev 2003-08-03 15:47:23 +00:00
parent 1ad10a2e85
commit 40c35d281e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86231

View File

@ -28,7 +28,7 @@ PLIST_SUB= SHLIB="@comment "
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS+= -a -c --foreign
USE_AUTOCONF= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
PLIST_SUB= SHLIB=""
@ -55,15 +55,9 @@ post-patch:
@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
.else
@${CP} -R -f ${WRKSRC}/build/gnuauto/* ${WRKSRC}
.endif
configure-message:
# Ugly hack to insert libtoolize + aclocal after build-depends and before patch-libtool
.if defined(WITH_SHLIB)
(cd ${WRKSRC} \
&& ${LIBTOOLIZE} --force --copy \
&& ${ACLOCAL})
@${ECHO_MSG} "===> Configuring for ${PKGNAME}"
(cd ${WRKSRC} \
&& ${LIBTOOLIZE} --force --copy \
&& ${ACLOCAL})
.endif
pre-install: