diff options
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 2ff5d1fc810..7cddaeceafc 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2012/09/15 10:03:34 obache Exp $ +# $NetBSD: Makefile,v 1.80 2012/11/29 21:47:04 jperkin Exp $ DISTNAME= esound-0.2.41 PKGREVISION= 2 @@ -42,7 +42,7 @@ SUBST_MESSAGE.oss= Fixing oss. LDFLAGS.IRIX+= -lm LDFLAGS.DragonFly+= -lm -LDFLAGS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lm -lsocket -lnsl REPLACE_SH+= esd-config.in |