1a280185e1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
14 lines
500 B
Makefile
14 lines
500 B
Makefile
# $NetBSD: language.mk,v 1.4 2004/09/22 08:09:39 jlam Exp $
|
|
|
|
BUILDLINK_DEPENDS.gcc3-c+= gcc3${GCC3_PKGMODIF}-c-${GCC_VERSION}{,nb*}
|
|
BUILDLINK_DEPMETHOD.gcc3-c+= full
|
|
|
|
.include "../../lang/gcc3/Makefile.common"
|
|
|
|
pre-build:
|
|
cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} tconfig.h
|
|
${RM} -f ${WRKSRC}/libiberty/libiberty.a ${WRKSRC}/gcc/xgcc
|
|
${LN} -s ${GCC_PREFIX}/lib/libiberty.a ${WRKSRC}/libiberty
|
|
${LN} -s ${GCC_PREFIX}/bin/gcc ${WRKSRC}/gcc/xgcc
|
|
|
|
.include "../../lang/gcc3-c/buildlink3.mk"
|