13760a9c4a
the resulting shared library names don't necessarily match the NetBSD names. Instead of hardcoding the shared library names in the PLISTs, only list the libtool archives in the PLISTs and dynamically determine the shared library names at post-install time and insert them into the PLIST. This fixes PLIST errors on non-NetBSD platforms. All of the magic is done in pkgsrc/lang/gcc3/language.mk. This should probably be generalized into something that could be used by all packages that use libtool.
9 lines
379 B
Text
9 lines
379 B
Text
@comment $NetBSD: PLIST,v 1.4 2004/09/08 10:22:01 jlam Exp $
|
|
${GCC_SUBPREFIX}/bin/g77
|
|
${GCC_SUBPREFIX}/info/g77.info
|
|
${GCC_SUBPREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${PKGVERSION}/f771
|
|
${GCC_SUBPREFIX}/lib/gcc-lib/${GCC_PLATFORM}/${PKGVERSION}/include/g2c.h
|
|
${GCC_SUBPREFIX}/lib/libfrtbegin.a
|
|
${GCC_SUBPREFIX}/lib/libg2c.la
|
|
${GCC_SUBPREFIX}/man/man1/g77.1
|
|
${GCC_SUBPREFIX}/mk/f77.mk
|