diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-11-29 21:47:04 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-11-29 21:47:04 +0000 |
commit | b7c24b6152e5c5b754d773042dd8398562e6a1ae (patch) | |
tree | faf0ed44d2835b6e9a4535b580958c50c15eb5b3 | |
parent | e269779c68c469c98fab8d99390ce914f13a7370 (diff) | |
download | pkgsrc-b7c24b6152e5c5b754d773042dd8398562e6a1ae.tar.gz |
Add -lm on Solaris.
-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 |