From 24d74a781c70050cc4ed08df9e48f692c042a78e Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 24 Jan 2012 09:42:35 +0000 Subject: audio/esound: Fix indirect linking error on DragonFly only Since fixing the gnu linker v2.22 indirect linking errors for all platforms have been met with controversy, this will be fixed with LDFLAGS.DragonFly rather than LDFLAGS. An identical LDFLAGS.IRIX already exists for this package, and often this is the case for LDFLAGS.SunOS. When pkgsrc definitively decides to support unmodified gnu linker v2.22 behavior, we can stop using LDFLAGS.DragonFly to address this issue. --- audio/esound/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 529cd17da09..d9d23d413ef 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2012/01/13 10:54:45 obache Exp $ +# $NetBSD: Makefile,v 1.76 2012/01/24 09:42:35 marino Exp $ DISTNAME= esound-0.2.41 PKGREVISION= 1 @@ -42,6 +42,7 @@ SUBST_MESSAGE.oss= Fixing oss. .endif LDFLAGS.IRIX+= -lm +LDFLAGS.DragonFly+= -lm .include "../../audio/libaudiofile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3