1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Back off the GMAKE.

Extract from /usr/local/share/automake14/automake/depend.am

	## This fragment is probably only useful for maintainers.  It relies
	## on GNU make and gcc.  It is only included in the generated
	## Makefile.in if `automake' is not passed the `--include-deps' flag

This has changed from automake14 to automake15. The solution is easy: use
the -i switch for automake.

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
This commit is contained in:
David E. O'Brien 2001-12-05 21:47:02 +00:00
parent b7ec7908d4
commit 66c0c05af3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51093
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
DIST_SUBDIR= mutt
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES>
USE_GMAKE= yes # grrr, why is this now required if USE_AUTOMAKE ?!?!?
AUTOMAKE_ARGS= --include-deps
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \

View File

@ -60,7 +60,7 @@ BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
DIST_SUBDIR= mutt
GNU_CONFIGURE= yes
USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES>
USE_GMAKE= yes # grrr, why is this now required if USE_AUTOMAKE ?!?!?
AUTOMAKE_ARGS= --include-deps
CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \