Path to this page:
Subject: CVS commit: pkgsrc
From: grant beattie
Date: 2003-05-30 01:14:12
Message id: 20030529231413.A8AD8B004@cvs.netbsd.org
Log Message:
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.
when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.
packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
Files: