From ee816425f3e1744278d353bbbcff42611f8f20b3 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 29 May 2003 23:14:07 +0000 Subject: 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. --- comms/plp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms/plp') diff --git a/comms/plp/Makefile b/comms/plp/Makefile index e879ccc44b1..aa31f0746d7 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/11/14 23:58:33 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2003/05/29 23:14:08 grant Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.proudman51.freeserve.co.uk/psion/ COMMENT= Tools to talk to the PSION organiser USE_BUILDLINK2= # defined -USE_CXX= # defined +USE_GCC_SHLIB= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined -- cgit v1.2.3